[thelist] js popup images

Erik Mattheis gozz at gozz.com
Sun Apr 21 17:47:01 CDT 2002


Yes, you could do it that way too:

w = image_window.document;
w.write('<html>');
w.write('<head>');
w.write('<title>whatever</title>');
w.write('<style type="text/css">');

etc.

You can document.erite anything you want to another window.

Here, this explains it in another way:
http://developer.irt.org/script/665.htm



>so how would I write this document.write()
>like this -only one line for each line of html?
>
><snip from another .js doc>
>d.write('<style type="text/css">')
>d.write('#' + this.id + 'Container { visibility:hidden; ')
>d.write('left:' + left + 'px; ')
>d.write('top:' + top + 'px; ')
>d.write('}')
>d.write('</style>')
></snip from another .js doc>
>
>I would attempt the same for the html? Is there a resource you can point me
>to that I could work this through?
--

__________________________________________
- Erik Mattheis

(612) 377 2272
http://goZz.com/

__________________________________________



More information about the thelist mailing list