.רישי רבסה
Link Router Menu: Click on a link and watch what happens...cool!
Author

Subject

<html>

<head>
<title></title>
<script language="JavaScript">

<!--
//Script Author Davis Pruitt e-mail: tufftruck@aol.com
//Website http://members.aol.com/tufftruck/scout.htm -- הפמ חוקל טפירקסה
//This is were you load the link Information
function go_to_station(){
if (document.stationform.stationselect.options[0].selected){
window.location.href = "http://www.bravenet.com";}
else if (document.stationform.stationselect.options[1].selected)
{ window.location.href = "http://www.graphxisle.com";}
else if (document.stationform.stationselect.options[2].selected)
{ window.location.href = "http://www.javafile.com";}
else if (document.stationform.stationselect.options[3].selected)
{ window.location.href = "http://www.javafile.com";}
return true;
}
//This is were you load the Discription and the Author
function textValue(){
if (document.stationform.stationselect.options[0].selected){
document.stationform.disc.value = "The web's best free services!"
document.stationform.author.value = "Bravenet";}
else if (document.stationform.stationselect.options[1].selected)
{ document.stationform.disc.value = "Get free banners and logos!"
document.stationform.author.value = "GraphXisle";}
else if (document.stationform.stationselect.options[2].selected)
{ document.stationform.disc.value = "Your Number 1 Source for JavaScript"
document.stationform.author.value = "Guess Who?";}
else if (document.stationform.stationselect.options[3].selected)
{ document.stationform.disc.value = "Your Number 1 Source for Java Apps"
document.stationform.author.value = "Guess Who 2?";}
return true;
}

//-->

</script>

<base target="leftframe">
</head>

<body<!--content start-->

<p align="center"><img src="http://www.javafile.com/images/banner.GIF"
alt="banner.GIF (2826 bytes)"></p>

<table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
<tr>
<td WIDTH="100%">Link Router Menu: Click on a link and watch what happens...cool!<font
FACE="ARIEL,HELVETICA" SIZE="-1"><p align="center"></font><font size="3">Author: <a
href="http://members.aol.com/tufftruck/scout.htm">Davis Pruitt</a>&nbsp;&nbsp; <a
href="http://www.javafile.com/javascripts/navigation/linkinfo.zip">Download the Script</a></font><font
FACE="ARIEL,HELVETICA" SIZE="-1"></p>
<form name="stationform">
<table>
<tr>
<td><select name="stationselect" onChange="textValue()" multiple size="7">
<option>Free Services </option>
<option>Free Graphics </option>
<option>JavaScript </option>
<option>Java Applets </option>
</select> </td>
<td>Author<br>
<textarea rows="1" cols="40" name="author"></textarea><br>
Subject<br>
<textarea rows="3" cols="40" name="disc" wrap="physical"></textarea> </td>
</tr>
</table>
<p><input type="button" name="stationbutton" value="Go There&gt;"
onClick="go_to_station()"><!--insert live code here--></font></p>
</form>
</td>
</tr>
</table>
<!--content stop-->
</body>
</html>