View Full Version : Web Image Viewer
BigWreck
10-26-2003, 01:03 PM
I am working on a website for my Aunt and I would like to make it possible to click on a ImageMap and have a new window open with that part of the image in it. I know how to work the imagemap part, it is just getting the window to open the right size and without the navigation bars. I don't want it to have any toolbars or anything. Just the image and the window borders. How do I do this. Thanks in advance.
carbonize
10-26-2003, 02:13 PM
You would do this with javascript but IE is the only browser that will let you remove the scrollbars etc.
paulhiles
10-26-2003, 08:17 PM
Hi BigWreck,
You might want to have a look at the JavaScript technique used in the test page referenced here (http://www.webproworld.com/viewtopic.php?p=31297#31297) in the Web Programming forum. The script was tested both cross-browser and on PCs and Macs and seems to work fine! Only snag being it still shows scrollbars on Mozilla! :-s
Hope that helps
Paul
BigWreck
10-29-2003, 12:37 PM
Thanks Paul. I think that will work very nicely. :)