Her

Home Web Programming JavaScript PopUp Window

PopUp Window

Author: Lindsay Coome Author's URL: www.killer-bunnies.com More by this author

This code allows your links to pop-up in a new window. Just copy the code below:

<a href="#" onClick="crush=window.open('PAGEURL.htm', 'popup', 'toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=no, width=NUMBER,height=NUMBER'); return false;">LINK TEXT OR IMAGE GOES HERE</a>

Where is says LINK TEXT OR IMAGE, replace it with your link text, or put an image there instead. Change NUMBER and NUMBER to the width and height of your window (in pixels).

PopUp Window
Pop-up window example