Site hosted by Angelfire.com: Build your free website today!
 



Drop Down Menu 2

 


1. Copy and paste the source codes under the <body> tag.
 



<script language="JavaScript">
<!--
function surfto(form) {
var myindex=form.smallboy.selectedIndex
window.open(form.smallboy.options[myindex].value, "", "toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes, resizable=yes,copyhistory=yes,width=600,height=400");
}
//-->
</script>
<form name="myform">
<center>
<select name="smallboy" size="1">
<option selected value="#">★★Your message★★</option>
<option VALUE="Your URL">Your message</option>
<option VALUE="Your URL">Your message</option>
<option VALUE="Your URL">Your message</option>
<input TYPE="BUTTON" VALUE="Go !" onClick="surfto(this.form)">
</select></center>
</form>
 


Misc Menu         Javascript Sample Menu