• Be sure to join the discussion on our discord at: Discord.gg/serebii
  • If you're still waiting for the e-mail, be sure to check your junk/spam e-mail folders

HTML Help

  • Thread starter jackisthemasterofwater
  • Start date
J

jackisthemasterofwater

Guest
Yep, I'm helping to build a website!

Well, we do have a slight problem. Drop-Down Lists.

Right, I've tried standard drop down list code:

<script language="javascript"> function jump(form) { var myindex=form.menu.selectedIndex if (form.menu.options[myindex].value != "0") { window.open(form.menu.options[myindex].value, target="TARGET NAME GOES HERE"); }}//--></script> <form name=""> <select name="menu" style="background-color:COLORHERE; font size:#pt; font-family:FONTHERE; color:COLORHERE" size="1" onchange="jump(this.form)"> <option value="URL HERE">TEXT</option> <option value="URL HERE">TEXT</option> <option value="URL HERE">TEXT</option> <option value="URL HERE">TEXT</option> </select></form>

But that doesn't work. Now, I asked a friend, and she said that it doesn't work on freewebs. So does anyone know the code I can use on freewebs for a drop-down list?
 
Top