slyandjen
03-16-2006, 09:01 AM
I have a question
evertime I press my go button it opens the browser in the current view
I want it to open in a new browser. I did some research all i found what to add ('window.open() but it doesn't work with the button. all I want is a user to select a menu and then press go and a new browswer opens
<form name="form1" id="form1">
<select name="menu1">
<option value="#">Choose One</option>
<option value="http://webmail.alphainter.net">Alphainter.net</option>
<option value="http://webmail.accel.net">Accel.net</option>
<option value="http://webmail.telecomottawa.com">TelecomOttawa.com</option>
<option value="http://webmail.telecomottawa.net">TelecomOttawa.net</option>
<option value="http://webmail.trytel.ca">Trytel.ca</option>
<option value="http://webmail.trytel.com">Trytel.com</option>
<option value="http://webmail.trytel.net">Trytel.net</option>
</select>
<input name="Button1" type="button" onclick="MM_jumpMenuGo('menu1','parent',1)" value="Go" />
</form>
evertime I press my go button it opens the browser in the current view
I want it to open in a new browser. I did some research all i found what to add ('window.open() but it doesn't work with the button. all I want is a user to select a menu and then press go and a new browswer opens
<form name="form1" id="form1">
<select name="menu1">
<option value="#">Choose One</option>
<option value="http://webmail.alphainter.net">Alphainter.net</option>
<option value="http://webmail.accel.net">Accel.net</option>
<option value="http://webmail.telecomottawa.com">TelecomOttawa.com</option>
<option value="http://webmail.telecomottawa.net">TelecomOttawa.net</option>
<option value="http://webmail.trytel.ca">Trytel.ca</option>
<option value="http://webmail.trytel.com">Trytel.com</option>
<option value="http://webmail.trytel.net">Trytel.net</option>
</select>
<input name="Button1" type="button" onclick="MM_jumpMenuGo('menu1','parent',1)" value="Go" />
</form>