Team:UEA-JIC Norwich/Experiment
From 2011.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <SCRIPT TYPE="text/javascript"> | ||
+ | <!-- | ||
+ | function dropdown(mySel) | ||
+ | { | ||
+ | var myWin, myVal; | ||
+ | myVal = mySel.options[mySel.selectedIndex].value; | ||
+ | if(myVal) | ||
+ | { | ||
+ | if(mySel.form.target)myWin = parent[mySel.form.target]; | ||
+ | else myWin = window; | ||
+ | if (! myWin) return true; | ||
+ | myWin.location = myVal; | ||
+ | } | ||
+ | return false; | ||
+ | } | ||
+ | //--> | ||
+ | </SCRIPT> | ||
+ | <FORM | ||
+ | ACTION="../cgi-bin/redirect.pl" | ||
+ | METHOD=POST onSubmit="return dropdown(this.gourl)"> | ||
+ | <SELECT NAME="gourl"> | ||
+ | <OPTION VALUE="">Choose a Destination... | ||
+ | |||
+ | <OPTION VALUE="/tags/"https://2011.igem.org/Team:UEA-JIC_Norwich/Parts>Guide to HTML | ||
+ | <OPTION VALUE="/" >Idocs Home Page | ||
+ | <OPTION VALUE="http://www.ninthwonder.com" >Ninth Wonder | ||
+ | |||
+ | </SELECT> | ||
+ | |||
+ | <INPUT TYPE=SUBMIT VALUE="Go"> | ||
+ | </FORM> |
Revision as of 09:11, 22 June 2011