Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Anchor() Example

<html> <body> <button onclick="var myS = new String('Sample String');          alert(myS.anchor('myAnchor'));"> ANCHOR </button>