Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged link
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Ask the user with a confirmation dialog if the link should be followed or not.
0
674
posted 11 years ago by gummiost
Convert a form submit button code to a hyperlink code and hide the form
0
798
posted 12 years ago by pavlosvos
<p>usage: <br>
<code><a href="" onclick="recordOutboundLink(link, category, action, opt_label, opt_value);return false;"> <br>
<form id="uniqueID" onsubmit="trackFormSubmit(form, category, action, opt_label, opt_value);return false;"></...
0
1172
posted 13 years ago by freezy
uses JavaScript to check DOM for proper clean linkback to widget source
1
668
posted 14 years ago by cartercole
Go to link location when tab clicked (or selected actually) using 'select' event.
0
890
posted 16 years ago by ardissoebrata
Two different ways to open an external link (ones that start in http) in a new window. I know this isn't a great thing to do, but some clients _need_ to have it.
3
1318
posted 16 years ago by 1man
This simple little snippet will allow you to change two iframes with the click of just one link.
1
799
posted 16 years ago by aristoworks
Name the form what ever you like, but make sure that is reflected in the javascript.
0
4734
posted 16 years ago by jachin
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
671
posted 17 years ago by 1man
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
966
posted 18 years ago by Jaymoon
« Prev 1 Next »