Link Popup

nike_guy_man's picture

They have: 840 posts

Joined: Sep 2000

Hi
Simple question
How do I make a link popup in a controlled sized(smaller) window?
Thanks

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

zerocattle.com/examples/popUp.html

Tutorials listed, full code, all the stuff you need.

Smiling Suzanne

detox's picture

They have: 571 posts

Joined: Feb 2001

well covered on that link suzanne gave.
Basically all you want to do is define your windows parameters, and then link the launching of that to an event handler. For a link this would be onclick.

here's one we made earlier!! this one is done inline. ie in the href tag itself

Quote:
onClick="MyWindow=window.open('yourpage.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=350'); return false;"

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.