This is the code...that im working with...My question is ...how do i make the links open in a new browser ? Like these two links...need them in a new browser ?
<option value="http://www.altonpost.net/bowl/bowlpage.htm"> Bowling Game
<option value="http://www.altonpost.net/blackjack/index.html">
BlackJack
Thanks
Jeff
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Alex Tu <boudha1@hotmail.com> -->
<!-- Web Site:
http://www.geocities.com/alex_2106 -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://javascript.internet.com -->
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
</HEAD>
<!-- STEP TWO: Paste this code into the BODY of your HTML document -->
<BODY>
<center>
<form name="form">
<select name="site" size=1>
<option value="">Go to....
<option value="http://www.altonpost.net/bowl/bowlpage.htm"> Bowling Game
<option value="http://www.altonpost.net/blackjack/index.html">BlackJack
<option value="http://www.jokesgalore.com/members/show.php?flag=2&cat=all&uid=18661">Jokes
<option value="http://www.altonpost.net/stock.htm" target="_blank">Stock Pick</a>
<option value="http://www.lycos.com">Lycos
<option value="http://yahoo.com">Yahoo
</select>
<input type=button value="Go!" onClick="javascript
:formHandler(this)">
</form>
</center>
<p><center>
<font face="arial, helvetica" size="-2">Enjoy the Links<br>
by <a href="http://www.altonpost.net">The Alton Post</a></font>
</center><p>