Header
From Biowiktionary
Line 13: | Line 13: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | < | + | <!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydatoula --> |
- | + | <CENTER> | |
- | + | ||
- | + | <!-- This script and many more are available online free at --> | |
- | + | <!-- The JavaScript Source!! http://www.javakhafan.9f.com --> | |
- | + | <p>[<a href="/" | |
- | + | onmouseover="document.bgColor='green'">Green</a>]<br> | |
- | + | [<a href="/" | |
- | + | onmouseover="document.bgColor='greem'">Bright Green</a>]<br> | |
- | + | [<a href="/" | |
- | + | onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br> | |
- | + | [<a href="/" | |
- | + | onmouseover="document.bgColor='red'">Red</a>]<BR> | |
- | + | [<a href="/" | |
- | + | onmouseover="document.bgColor='magenta'">Magenta</a>]<br> | |
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='fusia'">Fusia</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='pink'">Pink</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='purple'">Purple</a>]<BR> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='navy'">Navy</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='blue'">Blue</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='yellow'">Yellow</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='brown'">Brown</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='almond'">Almond</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='white'">White</a>]<BR> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='black'">Black</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='coral'">Coral</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br> | ||
+ | [<a href="/" | ||
+ | onmouseover="document.bgColor='orange'">Orange</a>]<br> | ||
+ | <hr color="#00FFFF"> | ||
+ | </CENTER> | ||
+ | <font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font> | ||
</script> | </script> |
Revision as of 07:46, 17 April 2007
<script type="text/javascript"> msg = "Welcome To BIOWiktionary"; msg = "! " + msg;pos = 0; function scrollMSG() { document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++; if (pos > msg.length) pos = 0 window.setTimeout("scrollMSG()",200); } scrollMSG(); </script>
<script type="text/javascript">
[<a href="/"
onmouseover="document.bgColor='green'">Green</a>]
[<a href="/"
onmouseover="document.bgColor='greem'">Bright Green</a>]
[<a href="/"
onmouseover="document.bgColor='seagreen'">Sea Green</a>]
[<a href="/"
onmouseover="document.bgColor='red'">Red</a>]
[<a href="/"
onmouseover="document.bgColor='magenta'">Magenta</a>]
[<a href="/"
onmouseover="document.bgColor='fusia'">Fusia</a>]
[<a href="/"
onmouseover="document.bgColor='pink'">Pink</a>]
[<a href="/"
onmouseover="document.bgColor='purple'">Purple</a>]
[<a href="/"
onmouseover="document.bgColor='navy'">Navy</a>]
[<a href="/"
onmouseover="document.bgColor='blue'">Blue</a>]
[<a href="/"
onmouseover="document.bgColor='royalblue'">Royal Blue</a>]
[<a href="/"
onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]
[<a href="/"
onmouseover="document.bgColor='yellow'">Yellow</a>]
[<a href="/"
onmouseover="document.bgColor='brown'">Brown</a>]
[<a href="/"
onmouseover="document.bgColor='almond'">Almond</a>]
[<a href="/"
onmouseover="document.bgColor='white'">White</a>]
[<a href="/"
onmouseover="document.bgColor='black'">Black</a>]
[<a href="/"
onmouseover="document.bgColor='coral'">Coral</a>]
[<a href="/"
onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]
[<a href="/"
onmouseover="document.bgColor='orange'">Orange</a>]
</CENTER> <a target="_blank" href="http://www.javascriptfreecode.com/">JavaScript Free Code</a>
</script>