eewald
05-08-2003, 11:41 AM
I have an include file that contains an applet.
I am calling window.open to open a new window.
then document.write to populate it with my include file reference so it calls
I'll use psuedocode to try and illustrate
window.open
then document.write("<script src="includefile"/>")
then close
The problem is that it doesnt see the applet the way it is parsed. I believe this is because the window is opened and then written to. Is there a way to write text to a document and then open it as a new window.
I am calling window.open to open a new window.
then document.write to populate it with my include file reference so it calls
I'll use psuedocode to try and illustrate
window.open
then document.write("<script src="includefile"/>")
then close
The problem is that it doesnt see the applet the way it is parsed. I believe this is because the window is opened and then written to. Is there a way to write text to a document and then open it as a new window.