dcwebman
Junior Member
 
USA
105 Posts |
Posted - 03 August 2000 : 13:13:08
|
If a user selects the separator line in the Jump To pull-down, I didn't want it to go anywhere. A simple change was needed in forum.asp:
<pre id=code><font face=courier size=2 id=code>function jumpTo(s) {if ((s.selectedIndex != 0) && (s.value != "")) top.location.href = s.options[s.selectedIndex].value;return 1;}</font id=code></pre id=code>
|
|