Hello!
I have a legacy system I am working on that uses two frames.
The users select a link in the left frame and it loads the link into the right frame.
However now on a new link I have generated an XML object that I wish to pass through to the new window and using DHTML go through my object and change the innerHTML! - I have this working and it is all ok, HOWEVER this is only using .ShowModeLessDialog which means that it doesn't display in the frame but over it!
Does anyone know how I can pass through or make global a object to use on my new window using the standard "window.open"? OR is there a way I can pass an XML object that contains a stylesheet that reders on the new screen?
Script language being used is VBScript.
Please help
Dan
I have a legacy system I am working on that uses two frames.
The users select a link in the left frame and it loads the link into the right frame.
However now on a new link I have generated an XML object that I wish to pass through to the new window and using DHTML go through my object and change the innerHTML! - I have this working and it is all ok, HOWEVER this is only using .ShowModeLessDialog which means that it doesn't display in the frame but over it!
Does anyone know how I can pass through or make global a object to use on my new window using the standard "window.open"? OR is there a way I can pass an XML object that contains a stylesheet that reders on the new screen?
Script language being used is VBScript.
Please help
Dan