home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Print Page
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Use this script to have your users print your HTML page.
- </ccDescription>
- <ccInstructions>
- The code goes only inside the BODY tags. You can change the items below to suit your needs.
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <SCRIPT LANGUAGE="JavaScript">
- if (window.print) {
- document.write('<form> '
- + '<input type=button name=print value="Click" '
- + 'onClick="javascript:window.print()"> To Print this page!</form>');
- }
- // End -->
- </script>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>