Syntax
javascript:sJScript
Possible Values
sJScript Required. Specifies one or more semicolon-separated JavaScript statements.
Remarks
Available as of Microsoft® Internet Explorer 3.0 or later.
Example
The following sample demonstrates the use of the JavaScript protocol.
<A HREF="javascript:alert('JavaScript Link!');"> JavaScript Link </A>