Welcome To Snipplr


Everyone's Recent Snippets Tagged link



1 2 3 4 5 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 883 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 669 posted 16 years ago by Bonky
Shows you how to link 2 objects together via the object function. If a value isn't found in the object, it will look for it in the linked object.
0 511 posted 17 years ago by 1man
Displays a image inside link_to instead of text.
2 640 posted 17 years ago by ryanprel
0 511 posted 17 years ago by smilylion
1 693 posted 17 years ago by zensir
The ideal use of this code would be to save the Javascript code as a .js file. Then use the HTML code at the bottom to call it wherever you want on the web page.
1 744 posted 17 years ago by Jaymoon
1 2 3 4 5 Next »