View Full Version : Open up window thingy...


lady-void
09-25-2004, 04:24 PM
Hey, I'm trying to get it so after pressing enter on my splash page a new window without tool bars and of a specific size pops up. I found this code:

<input type="button" Value="Luckeh.tk" ONCLICK="window.open('http://www.freewebs.com/luckeh/home.htm', 'luckeh', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=yes,copyhistory =yes,width=650,height=550')">

Which would be fine, if I could change it so it wasn't a button but an image that you clicked.... anyone..?

Thanks - Jess xx

Chris
09-25-2004, 05:22 PM
try the following:

<a href="#" ONCLICK="window.open('http://www.freewebs.com/luckeh/home.htm', 'luckeh', 'toolbar=no,location=no,d irectories=no,status=no,m enubar=no,scrollbars=yes, resizable=yes,copyhistory =yes,width=650,height=550 ')"><img src="image_url_here"></a>

That works for me, so it should work for you.

Thanks
Chris

lady-void
09-25-2004, 05:31 PM
try the following:



That works for me, so it should work for you.

Thanks
Chris

It works! Thank-you so so so much. =D I shall love you now in exchange for your help ^^

Chris
09-25-2004, 08:13 PM
lol. :lol: Your welcome :D

Chris