home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Frame On, Frame Off
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- This script lets the user choose which version
- of your page they want to see. Framepage.html is the
- your page with frames. Regualerpage.html is an alternate
- you have created.
- </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><font size="-1"><b>Frames:</b></font> <INPUT TYPE="Button" VALUE="On" onClick="parent.location='framepage.html'"> <INPUT TYPE="Button" VALUE="Off" onClick="parent.location='regularpage.html'"></FORM>
-
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>