Menu with description of links
You can extend this list if neccessary to accomodate more selections.






Put this between your BODY-tags:
<form name="combitext">
<table border=1 bordercolor="326092" bgcolor="#5482B4" cellpadding=4><tr>
<td valign="top">
<br>
<select name="example" size="1" onChange="showtext()">
<option value="http://www.winfolinx.com">Winfolinx.com</option>
<option value="http://www.infolinx-no.com">Infolinx</option>
<option value="http://www.reallybig.com">Reallybig.com</option>
<option value="http://www.wsabstract.com">Website Abstraction</option>
</select>
<br><center>
<input type="button" value="Go!" onClick="gothere()"></center>
</td><td valign="top">
<textarea rows=5 cols=21 wrap="virtual" name="text"></textarea>
<script language="javascript">
<!--
var shortcut=document.combitext
var descriptions=new Array()
descriptions[0]="Here will you find tips, scripts, free stuff, downloads and more!"
descriptions[1]="This is my norwegian site. It has a LOT of links to what ever... Food, drinks, travel, web,- you name it. Why not try to learn Norwegian??"
descriptions[2]="The ultimate web builder network"
descriptions[3]="JavaScript tutorials and over 400+ free scripts..."
shortcut.text.value=descriptions[shortcut.example.selectedIndex]
function gothere(){
location=shortcut.example.options[shortcut.example.selectedIndex].value
}
function showtext(){
shortcut.text.value=descriptions[shortcut.example.selectedIndex]
}
//-->
</script>
</td></tr></table>
</form>

Free JavaScripts provided
by Winfolinx.com


Back