kevin
08-22-2000, 05:21 PM
There are two questions:
The first one is that I have a script in one html which contains a local
variable type of object. and I want my another page be able to access it.
I need you guys help me with this. Thank you!
The second one is that I have script looks like this:
newWin = window.open('',"name",'')
newWin.document.write("<html><body>" + aaa.innerHTML + "</body></html>")
in the "Page1.htm", however if I want to save this html, I want to be able
to save the whatever the document.write's content. Not the actual content
of Page1.htm. How can I do that? Thank you so much!
kevin
The first one is that I have a script in one html which contains a local
variable type of object. and I want my another page be able to access it.
I need you guys help me with this. Thank you!
The second one is that I have script looks like this:
newWin = window.open('',"name",'')
newWin.document.write("<html><body>" + aaa.innerHTML + "</body></html>")
in the "Page1.htm", however if I want to save this html, I want to be able
to save the whatever the document.write's content. Not the actual content
of Page1.htm. How can I do that? Thank you so much!
kevin