Opens a Web page in the client's default HTML editor.
Syntax
view-source:sURL
Possible Values
sURL Required. Specifies a URL. You must specify an absolute path.
Remarks
Available as of Microsoft® Internet Explorer 4.0 or later.
Example
The following example shows a link that will open a file for viewing.
<A HREF="view-source:HTTP://www.microsoft.com/default.asp"> Click to view source. </A>