tpeck
10-16-2005, 11:35 PM
Hi. Is there a way to externalize a page jumping routine such as the one the below? At the moment it has 100 options and exists on 100 pages:
<form name="form">
<select name="site" size="1" onchange="MM_jumpMenu('parent',this,0)">
<option value>•••</option>
<option value="page1.html">1</option>
<option value="page2.html">2</option>
<option value="page2.html">3</option>
....etc.
</form>
Thanks,
Terry
<form name="form">
<select name="site" size="1" onchange="MM_jumpMenu('parent',this,0)">
<option value>•••</option>
<option value="page1.html">1</option>
<option value="page2.html">2</option>
<option value="page2.html">3</option>
....etc.
</form>
Thanks,
Terry