How to make an Onclick pop up window
Apr 02, 2010
ImaDork, so i can remember how and why i did it, Web Html, php, other onclick, pop up window Comments Off
Share on Facebook
Here is the code –
<a href=”http://www.yourwebsite.com/thepage.html” onclick=”window.open(‘http://www.yourwebsite.com/thepage.html’, ‘popup’, ‘width=500, height=300, scrollbars=no, resizable=no, toolbar=no, directories=no, location=no, menubar=no, status=no, left=0, top=0′); return false”>Title of the link you in the pop up window</a>