Jump to content
  • 0

Lineage 2 drop tool


BartzSale

Question

4 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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