Jump to content

iGekko

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iGekko

  1. <form name="Server Info"> <select style="font-size:12px;color:#006699;font-family:verdana;background-color:#ffffff;" name="menu"> <option value="server.html">Server</option> <option value="gameplay.html">Gameplay</option> <option value="moreinfo.html">More Info</option> <option value="rates.html">Rates</option> </select> <input style="font-size:12px;color:#ffffff;font-family:verdana;background-color:#00FF00;" type="button" onClick="location=document..menu.options[document..menu.selectedIndex].value;" value=""> </form>
  2. <script language="JavaScript"> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> or <SELECT name="select" onChange="MM_jumpMenu('parent',this,0)" style="color:#000000;background-color:#FFFFFF"><OPTION selected>Server Info</OPTION> <SELECT name="select" onChange="MM_jumpMenu('parent',this,0)" style="color:#000000;background-color:#FFFFFF"><OPTION selected>Server Info</OPTION> <SELECT name="select" onChange="MM_jumpMenu('parent',this,0)" style="color:#000000;background-color:#FFFFFF"><OPTION selected>Server Info</OPTION> <OPTION value="http://">Rates</OPTION> </SELECT> put this code in your web...
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..