14:26:52
Andre Guider:
Skiens Guiden
|
Interiør Guiden
|
Villmarks Guiden
|
Ole Brumm Starten
|
Tønsberg Guiden
Kontakt oss
Send oss en link
Reklamer hos oss
Link til oss
Kategorier:
Gratis Guiden
Internett
Din PC
Andre
Spill
Bannere
Bakgrunner
Tilbake til:
Tønsberg Guiden
Skiens Guiden
Link til oss:
www.tonsberg-guiden.com
Du er her >
Gratis Guiden Index
>
Javascript-Knapper
JavaByen - Knapper
Demo:
Scritp:
Kopier all tekst nedenfor
<form onMouseover="change('lightgreen')" onMouseout="change('')"> <input type="button" value="Script 1 " style="font-weight:bold" onClick="jumpto('cut1.htm')"><br> <input type="button" value="Script 2 " style="font-weight:bold" onClick="jumpto('cut2.htm')"><br> <input type="button" value="Script 3 " style="font-weight:bold" onClick="jumpto('cut3.htm')"><br> </form> <script> <!-- /* rollover buttons script credit: Website Abstraction (www.wsabstract.com) More free JavaScripts here. Note: Credit must stay intact for use. */ function change(color){ if (event.srcElement.tagName=="INPUT") event.srcElement.style.backgroundColor=color } function jumpto(url){ window.location=url } //--> </script> </script> </h2>
Demo 2:
Scritp:
Kopier all tekst nedenfor
<form onMouseover="change('green')" onMouseout="change('')"> <input type="button" value="TBG-Guiden " style="font-weight:bold" onClick="jumpto('https://members.tripod.com/tbgguiden')"> <input type="button" value="JavaByen " style="font-weight:bold" onClick="jumpto('https://members.tripod.com/tbgguiden/id6.htm')"> <input type="button" value="Villmarka " style="font-weight:bold" onClick="jumpto('https://members.tripod.com/villmarka')"> <input type="button" value="Interiør " style="font-weight:bold" onClick="jumpto('https://members.tripod.com/interiorguiden')"> <input type="button" value="BrummStarten " style="font-weight:bold" onClick="jumpto('https://members.tripod.com/brummstarten')"> </form> <script> <!-- /* rollover buttons script credit: Website Abstraction (www.wsabstract.com) More free JavaScripts here. Note: Credit must stay intact for use. */ function change(color){ if (event.srcElement.tagName=="INPUT") event.srcElement.style.backgroundColor=color } function jumpto(url){ window.location=url } //--> </script> </script> </h2>