I recently reviewed the article regarding resizing a popup in a new window. I have ALMOST got the code right...but it isn't working exactly.
I am using a .jpg image on my web page as an image map. When clicking on the image I want the picture to popup in a window that is at the appropriate size to the image.
From my .jpg image page:
http://www.torrephotography.com/gallery_1test.html page I have the following as the reference to the image in the popup.html page.
<map name="Map">
<area shape="rect" coords="14,20,193,134" href="javascript:PopupPic('images/Gallery_1/018.jpg')">
When I load the page to the server, and click on the image...the popup page says it can't find the image. Am I missing something in the 'pointing' of the image url?
Thanks!
Lynn







Bookmarks