home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Resize to Full Screen
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Use this script to make sure that your user's browser is opened up to full size.
- </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>
- function full_screen(){
- window.moveTo(0,0)
- window.resizeTo(screen.width,screen.height)
- }
- </script>
-
- <form>
- <input type="button" onClick="full_screen()" value="Full Screen!">
- </form>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>