Rate this script:  I Love it  /   I Hate it

A javascript hyperlink


Code


// method 1
<a href='#' onclick='alert("hello"); return false'>hello</a>

// method 2
<a href='javascript:alert("hello")'>hello</a>
 

 

 
A javascript hyperlink scripts | A javascript hyperlink snippet | A javascript hyperlink example | A javascript hyperlink tutorial | A javascript hyperlink code