delbugsdad
01-29-2003, 09:32 PM
Here's the thing...I would like to make the webpage select launch in a seperate browser window. I'm not sure how to do that at this point. I have searched the posts regarding this and since I'm new to this, I can't make a whole lot of sense of what was posted. Anyway, if someone could help me out, it would be appreciated. Code below...
<form name="newform" >
<select name="newselect" size="1" align="left" style="background-color:#ffffff" onChange="phonedesc(document.newform.newselect.selectedIndex)">
<option selected value="file:///x:/webpage.htm">This is the webpage</option>
</select>
<input type="button" value="Go"
onClick="location=document.newform.newselect.options[document.newform.newselect.selectedIndex].value"><br>
There is script below this that changes a display under the menu when each value is selected. If at all possible, I would like a new window to appear with the selected webpage. I hope this makes sense and I hope someone can help.
Thanks.
delbugsdad
(frustrated noob)
<form name="newform" >
<select name="newselect" size="1" align="left" style="background-color:#ffffff" onChange="phonedesc(document.newform.newselect.selectedIndex)">
<option selected value="file:///x:/webpage.htm">This is the webpage</option>
</select>
<input type="button" value="Go"
onClick="location=document.newform.newselect.options[document.newform.newselect.selectedIndex].value"><br>
There is script below this that changes a display under the menu when each value is selected. If at all possible, I would like a new window to appear with the selected webpage. I hope this makes sense and I hope someone can help.
Thanks.
delbugsdad
(frustrated noob)