home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Javascript / WindowSlider.xml < prev   
Encoding:
Text File  |  2005-02-16  |  941 b   |  41 lines

  1. <ccResource>
  2.   <ccTitle>
  3. Window Slider
  4.   </ccTitle>
  5.   <ccCategory>
  6. Browser
  7.   </ccCategory>
  8.   <ccDescription>
  9. Use this for a cool sliding window effect for links.
  10.   </ccDescription>
  11.   <ccInstructions>
  12.  
  13.   </ccInstructions>
  14.   <ccHeadContent>
  15. <SCRIPT LANGUAGE="JavaScript">
  16. function CoffeeWinMove() {
  17. for (var i = 1; i < 1001; i++)
  18. window.moveBy(1, 1);
  19. window.moveBy(-1000, -1000);
  20. }
  21. </script>
  22.   </ccHeadContent>
  23.   <ccBodyContent>
  24. <center>
  25. <form>
  26. <input type=button value="Go to CoffeeCup.com (with a form button)" onClick="CoffeeWinMove();window.location.href='http://www.coffeecup.com';">
  27. </form>
  28. or
  29. <a href="http://www.htmleditor.com"; onClick="CoffeeWinMove()">Go to CoffeeCup.com  (Using a Link)</a>
  30. </center>
  31.   </ccBodyContent>
  32.   <ccElementContent>
  33.   
  34.    <ccElementName></ccElementName>
  35.    <ccElementAction></ccElementAction>
  36.    
  37.   </ccElementContent>
  38.   <ccExtraData>
  39.  
  40.   </ccExtraData>
  41. </ccResource>