home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Window Slider
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Use this for a cool sliding window effect for links.
- </ccDescription>
- <ccInstructions>
-
- </ccInstructions>
- <ccHeadContent>
- <SCRIPT LANGUAGE="JavaScript">
- function CoffeeWinMove() {
- for (var i = 1; i < 1001; i++)
- window.moveBy(1, 1);
- window.moveBy(-1000, -1000);
- }
- </script>
- </ccHeadContent>
- <ccBodyContent>
- <center>
- <form>
- <input type=button value="Go to CoffeeCup.com (with a form button)" onClick="CoffeeWinMove();window.location.href='http://www.coffeecup.com';">
- </form>
- or
- <a href="http://www.htmleditor.com"; onClick="CoffeeWinMove()">Go to CoffeeCup.com (Using a Link)</a>
- </center>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>