Click to See Complete Forum and Search --> : popups


stormrevolution
10-22-2003, 01:08 PM
Hey all!

Just wondering if anyone could give me a little script.

I've looked everywhere but all i can find are "auto popups" but i need a manual one where if someone clicks the a link a popup window will appear.

Also for the link i want to use a picture?

Cheers in advance!

Jona
10-22-2003, 01:49 PM
<a href="your_page.html" onclick="window.open(this.href,'child','width=200,height=400'); return false;" target="child">Your page</a>


[J]ona