You are here: irt.org | BBS | Re: Writing into popups [This BBS is closed]
Posted by Dave on July 17, 1998 at 21:09:12:
In Reply to: Writing into popups posted by Ed Waddingham (again) on July 17, 1998 at 14:22:03:
: If I open a popup window via javascript, how could i use document.write ("blabla") to write stuff in the popup window?
you use windowname.document.write (), so if you opened a popup
via
mywin=window.open (.........)
then you can use
mywin.document.write ()
Follow-ups:
You are here: irt.org | BBS | Re: Writing into popups [This BBS is closed]