Jump to content
  • 0

Lineage 2 drop tool


Question

4 answers to this question

Recommended Posts

  • 0
Posted

<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...

  • 0
Posted
<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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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..