/ Published in: jQuery
URL: http://www.quirksmode.org/js/popup.html
Expand |
Embed | Plain Text
function popitup(url){ newwindow = window.open(url, 'name', 'height=400,width=400'); return false; }
Comments
Subscribe to comments
You need to login to post a comment.

Enables a link to be opened in a new window with determined size. Other parameters available.