Welcome To Snipplr


Everyone's Recent ActionScript Snippets Tagged link



« 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 880 posted 16 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 663 posted 16 years ago by Bonky
« Prev 1 Next »