/ Published in: JavaScript
Expand |
Embed | Plain Text
function popUp(url, w, h) { window.open(url, 'popup', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=' + w + ',height=' + h); }
You need to login to post a comment.
