/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function popitup(url){ newwindow = window.open(url, 'name', 'height=400,width=400'); return false; }
URL: http://www.quirksmode.org/js/popup.html