View Full Version : help with pop-up windows


AngeLofPeAcE
04-25-2003, 03:48 PM
hi im trying to link images to a pop up window instead of using a text link. i tried using this code:

<A HREF="javascript:void(0)" ONCLICK="open('your URL.html','miniwin','toolbar=0, location=0,directories=0, status=0,menubar=0, scrollbars=0,resizable=0, width=200,height=200')">Text for link or image</A>

where it says text for link or image i tried putting lw.gif but that didn't work so i tried doing the url for the image, what do i do0o0o???? please help

MaGiCSuN
04-25-2003, 07:21 PM
<A HREF="javascript:void(0)" ONCLICK="open('your URL. html','miniwin','toolbar=
0, location=0,directories=0,
status=0,menubar=0, scrollbars=0,resizable=0,
width=200,height=200')"><img src="http://urlofimagehere.gif" border=0></A>

try that out

When they say "put image code here" and you have no <img> code around it you should add that too, because that's the normal html for an image ;)

Love,
Mirna