i found a way to embed html into javascript.
this is the code
what i'm trying to do here is to write what ever i have input into a popup
window into the window that calls it...but i dun really know what the
sintaks should be..please correct the below coding for me..thank you
self.opener.window.document.forms[0].destName.value=window.document.forms
[0].srcName.value;
self.opener.window.document.open("text/html","replace");
self.opener.window.document.write("<HTML><HEAD></HEAD></HTML><BODY>
window.document.forms[0].srcName.value </BODY>")