Vectorials
Flash Perfection
3D Lessons
Tutorialkit
Markup Tutorials
Learn PHP
network
adv banner
Web Programming  Home Web Programming JavaScript PopUp Window
rss

PopUp Window

Author: Lindsay Coome 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).

Pop-up window example
Pop-up window example


Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "PopUp Window"