Click to See Complete Forum and Search --> : Setting Parameters for Image Window


ad-hoc
10-24-2003, 02:39 AM
I borrowed the following script to create image-sized windows (sort of like pop-ups):

http://javascript.internet.com/page-details/image-sized-window.html

It's working out fine, but I'd like to set parameters for scrolling and toolbars, etc., and I'm having a hard time figuring out exactly where I should insert such code. (The parent document is an image map, but hopefully that won't matter.)

Thanks for any help!

Lisa

Charles
10-24-2003, 05:56 AM
See http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1202731 and be certain that your link will still work for the 13% of users who do not use JavaScript.

ad-hoc
10-25-2003, 09:08 PM
The script I used doesn't acutally use a "window.open()" function, and all the javascript instruction is within the document that is opened, rather than the parent document. Maybe I will go back and try to use a window.open method instead (hopefully I can get it to work via image map).

Thanks...

Lisa