Profile
Achievement
Bonky's Recent Snippets
- All /
« Prev 1 Next »
to call this function you would use "asfunction:myFunction,argument1,argument2,argument3" as the href in the tag in an HTML text box.
0
1098
posted 17 years ago by Bonky
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
847
posted 17 years ago by Bonky