JUMP MENU

Step One:Paste the code below into the HEAD section of your HTML document:

<head>
<script type="text/javascript">
<!--
/*This script and many more are available at http://hatawpinoy.wapsite.me*/

function jumpBox(list){
location.href=list.options.selectedIndex].value}
-->
</script>
</head>

Step 2: Copy the following code into the BODY:

<body>
<form>
<select>
<option selected>Select a page
<option value="demo1.html">Page One
<option value="demo2.html">Page Two
<option value="demo3.html">Page Three
</select>
<input type="button" value="Go" onClick="jumpBox(this.form.elements[0]">
</form>

<p><center>
<font face="arial, helvetica" size="-2">Free Javascripts provided by<br /><a href="http://hatawpinoy.wapsite.me">HatawPinoy</a></font>
</center></p>


home
Home


Snack's 1967