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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...