home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- View Source
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- This will create a button on your webpage that will allow the user to view your HTML code.
- </ccDescription>
- <ccInstructions>
- Place this script in anywhere on your page
- you want the button to show up. Works in Netscape only. The button will
- show up in IE but will not do anything when clicked.
- </ccInstructions>
- <ccHeadContent>
- </ccHeadContent>
- <ccBodyContent>
- <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="View Source"
- onClick= 'window.location = "view-source:" + window.location.href'
- </FORM></CENTER>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>