mfrail
11-03-2003, 12:09 AM
I have a drop down menu
<select name="BCSL_South">
<option value ="" SELECTED>BCSL South</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
</select>
I want to make this drop down menu into a javascript to open the desired page into a resized new window. I also dont want the first one (SELECTED) to open to anything.
If anyone can give me any help that would be great. I have no idea how to do this and i have looked at many scripts with no luck. I also would like to attempt to get it to wokr in both Netscape and IE.
Please HELP!!!
<select name="BCSL_South">
<option value ="" SELECTED>BCSL South</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
<option value="under.html">Team</option>
</select>
I want to make this drop down menu into a javascript to open the desired page into a resized new window. I also dont want the first one (SELECTED) to open to anything.
If anyone can give me any help that would be great. I have no idea how to do this and i have looked at many scripts with no luck. I also would like to attempt to get it to wokr in both Netscape and IE.
Please HELP!!!