home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Close Window
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Use either the form button or link to allow the user to close their browser
- when they click it, great for custom pop-up banners
- </ccDescription>
- <ccInstructions>
- The code goes only inside the BODY tags. You can change the items below to suit your needs.
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <form>
- <input type=button value="Close Window" onClick="javascript:window.close();">
- </form>
- or <a href="javascript:window.close();">Close Window</a>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>