Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: embed html into javascript


Message #1 by "tan chye ting" <chyeting18@h...> on Sat, 26 Jan 2002 11:05:30
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>")

  Return to Index