Paste everything into a new webpage load it and you have an isntant dropdown menu. Yea I know not to
impressive, but I was planning you putting it wherever you want, this is just an example!
Anyhow the comments section below should get you on your way to adding a cool dropdown menu style link
menu to your webpage. Hope You Enjoy, NIck.
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
function surfto(form) {
var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value, target="_parent");
}
// - End of JavaScript - -->
</SCRIPT>
</HEAD>
<BODY>
<!-- Comments --!
script by nick simpson
||wholesalesonyps3 com||
1. Frames: If you have frames, change: window.open(form.dest.options[myindex].value,
target="_parent");
to window.open(form.dest.options[myindex].value, target="FRAME_NAME");
where FRAME_NAME is the name of the frame you want the new document to
appear in.
2. In each of the options below, change: VALUE="http://stores.ebay.com/Last-Chance-eBooks"to the URL you want.
e.g. <OPTION VALUE="http://ebay.com">
3. In each of the options, change the description.
e.g. <OPTION VALUE="http://ebay.com/yourwebsite My Web Site
4. In the first option below, notice the word SELECTED in the <OPTION> tag. This
is the default location, if the user doesn't change anything. -->
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1>
<OPTION SELECTED VALUE="http://stores.ebay.com/Last-Chance-eBooks"> Description1
<OPTION VALUE="http://stores.ebay.com/Last-Chance-eBooks"> Description 2
<OPTION VALUE="http://stores.ebay.com/Last-Chance-eBooks"> Description 3
<OPTION VALUE="http://stores.ebay.com/Last-Chance-eBooks"> Description 4
</SELECT>
<INPUT TYPE="BUTTON" VALUE="GO NOW!" onClick="surfto(this.form)">
</FORM>
</BODY>
</HTML>


Thank you for voting. If your vote meets our 