small java question
Posted: Thu Mar 11, 2004 8:32 am
I dont know any java but got this script and need to make it so that it opens these pages in a separate window.
<center>Select a Station:</center><br>
<<FORM>
<SELECT NAME="liste1" SIZE="1">
<OPTION SELECTED VALUE="">-------- Click Here --------</option>
<option value="http://www.live365.com/stations/windsor?play"Rebel Radio</option>
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="if (form.liste1.selectedIndex != 0)
location = form.liste1.options[form.liste1.selectedIndex].value;
else
alert('Please choose a menu item')">
</FORM>
Thanks in advance
<center>Select a Station:</center><br>
<<FORM>
<SELECT NAME="liste1" SIZE="1">
<OPTION SELECTED VALUE="">-------- Click Here --------</option>
<option value="http://www.live365.com/stations/windsor?play"Rebel Radio</option>
</SELECT>
<INPUT TYPE="button" VALUE="Go"
onClick="if (form.liste1.selectedIndex != 0)
location = form.liste1.options[form.liste1.selectedIndex].value;
else
alert('Please choose a menu item')">
</FORM>
Thanks in advance