home *** CD-ROM | disk | FTP | other *** search
-
- <ccresource>
- <cctitle>
- Above the Link Blink
- </cctitle>
- <cccategory>
- Browser
- </cccategory>
- <ccDescription>
- This code will display a blinking bar above a text link.
- </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>
- <!-- Write here the message that you want to write. Write the information between the "", like in the example shown below-->
- mess94799="Free Downloads at CoffeeCup Software!"
- <!-- Write here the url or the source of the link that you want to write. Write the information between the "", like in the example shown below-->
- link94799="http://www.coffeecup.com/software"
- <!--Write here the font color. Write the information between the "", like in the example shown below-->
- f194799="black"
- <!-- Write here the background color. Write the information between the "", like in the example shown below-->
- f294799="white"
- <!-- Write here the font size. Write the information between the "", like in the example shown below-->
- f394799="20px"
- <!-- Write here the speed of the flashing in seconds or fractions. Write the information between the "", like in the example shown below-->
- f594799=".5"
- <!-- Don't edit from here on -->
- document.write("<span style='cursor:hand;font-size:"+f394799+";color:"+f194799+";background-color:"+f294799+"' id='th94799' onclick=location.href='"+link94799+"'>"+mess94799+"</span>")
- y94799=0
- function beg94799(){
- if (y94799<1){
- y94799++
- }
- else{
- y94799=0
- }
- if (y94799==1){
- th94799.style.textDecoration="overline"
- }
- else{
- th94799.style.textDecoration="none"
- }
- setTimeout("beg94799()",f594799*1000)
- }
- </script>
- <img src='b' onerror=beg94799() style='display:none'>
-
- </ccbodycontent>
- <ccelementcontent>
-
- <ccelementname></ccelementname>
- <ccelementaction></ccelementaction>
-
- </ccelementcontent>
- <ccextradata>
-
- </ccextradata>
- </ccresource>
-