Colored Form Buttons
|
<script> <!-- function change(color) {if (event.srcElement.tagName=="INPUT") event.srcElement.style.backgroundColor=color} function jumpto(url) {window.location=url} //--> </script> |
Put this between your HEAD-tags
|
<form onMouseover="change('lightgreen')" onMouseout="change('')"> <input type="button" value="Winfolinx " style="font-weight:bold" onClick="jumpto('http://www.winfolinx.com')"> </form> <form onMouseover="change('red')" onMouseout="change('')"> <input type="button" value="Tips & Trix " style="font-weight:bold" onClick="jumpto('http://www.winfolinx.com/tips/tips.htm')"> </form> <form onMouseover="change('blue')" onMouseout="change('')"> <input type="button" value="Free scripts " style="font-weight:bold" onClick="jumpto('http://www.winfolinx.com/tips/howto/howindx.htm')"> </form> |
Free JavaScripts provided
by Winfolinx.com