View Full Version : Question about pop up winodws


CuteyChloe
04-20-2003, 11:36 PM
Hihi im having a bit of trouble. im trying to figure out how to get a pop up window to close when u click on the picture of the popup. but i am using this code for the pop up (no stuff in the head part)

<a href="javascript:void(1)"
onclick="window.open('/gallery/4.jpg','pictures','toolbar=0,location=0,directorie s=0,status=0,menubar=0,scrollbars=0,resizable=0,wi dth=485,height=320,')"><img src="/gallery/4.jpg" height="67" width="100" border="0"></a>

is there a way i can include the close link when u click on picture into that code? i searched the forum already but it didnt seem to relate to what i already have. any help will be appreciated thanks:)

chloe

Dude128
04-21-2003, 01:56 AM
I don't think it's possible to do what you want. you will probably have to open an HTML file rather than an image file, in which you put the image and the close window code.