Link Info Script
Put this between your HEAD-tags:
|
<script language="JavaScript"> <!-- function go_to_station(){ if (document.stationform.stationselect.options[0].selected){ window.location.href = "http://www.winfolinx.com";} else if (document.stationform.stationselect.options[1].selected) { window.location.href = "http://www.infolinx-no.com";} else if (document.stationform.stationselect.options[2].selected) { window.location.href = "howindx.htm";} else if (document.stationform.stationselect.options[3].selected) { window.location.href = "http://www.yourlinkadress.com";} return true; } function textValue(){ if (document.stationform.stationselect.options[0].selected){ document.stationform.disc.value = "This is where you find tips and trix for your own website. How-to, where-to and much more!" document.stationform.author.value = "Winfolinx.com";} else if (document.stationform.stationselect.options[1].selected) { document.stationform.disc.value = "My Norwegian site. You are welcome to see if you understand Norwegian...! :)" document.stationform.author.value = "Infolinx";} else if (document.stationform.stationselect.options[2].selected) { document.stationform.disc.value = "If you want to go to the Javascripts Index page again..." document.stationform.author.value = "Scripts that you need...";} else if (document.stationform.stationselect.options[3].selected) { document.stationform.disc.value = "YOU write what you think is best" document.stationform.author.value = "Here you go";} return true; } //--> </script> |
|
<form name="stationform"> <div align="center"><center><p><select name="stationselect" onChange="textValue()" multiple size="7"> <option>Free Web Tips </option> <option>Norwegian </option> <option>Javascripts </option> <option>Fill in </option> </select><br> <textarea rows="1" cols="40" name="author"></textarea><br> Subject<br> <textarea rows="3" cols="40" name="disc" wrap="physical"></textarea> </p> </center></div><div align="center"><center><p><input type="button" name="stationbutton" value="Go There>" onClick="go_to_station()"></p> </center></div> </form> |
Free JavaScripts provided
by Winfolinx.com