Specifies that the URL is JavaScript code.
Syntax
Tokens
- sScript
-
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>