Help please , I created a drop down menu, and made it live, but the links are not working, hoping someone could tell me why here is the code <form name="form1"> <select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> <option>Order Satellite TV/Internet</option> <option>DirecTv</option> <option value="http://www.jdoqocy.com/ec106dlurlt8BIAIE998A9CIABAH">Dish Network</option> <option value="http://www.jdoqocy.com/95104iqzwqyDGNFNJEEDFEIGKLGI">HughesNet</option> </select> <input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('menu1','parent',0)"> </form> Code (markup): THANKS!!!!
Are you using frames? Does it work when you change "parent" to "window.open()"? Maybe there is something wrong with the Javascript functions, show us those.
I figured it out, i didnt have the javascript at the top between the <head>. thanks for the help anyways!