Profile
Achievement
Bonky's Recent SnippetsTagged javascript
- All /
« Prev 1 Next »
There must also be a JavaScript function defined in the containing HTML page:
function makePopup(url,pop_name,width,height) {
window.open(url, pop_name, "width="+width+",height="+height+",resizable=yes,scrollbars=yes");
}
1
859
posted 17 years ago by Bonky