activethistle
Technical User
OK tricky one this...
I want to dynamically change the contents of two frames in a popup window.
I know that
writes to the popup
and
writes to a frame within the page that the script's on.
But how do you write to individual frames in a remote window?
Most grateful for any assistance.
Active
I want to dynamically change the contents of two frames in a popup window.
I know that
Code:
myWin.document.write()
and
Code:
upperframe.document.write()
But how do you write to individual frames in a remote window?
Most grateful for any assistance.
Active