|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
help
Alright, well since I'm new I obviously have some characters in the wrong places because I can't get it to work. Attached to this is a pic of the error I'm getting.
Here's my code: <td HEIGHT="20" width="156" style="border-style: none; border-width: medium; "> <font style="font-weight: 700">Phone Directory</font><font size="2" face="Arial, MS Sans Serif, sans-serif"> <select size="1" name="http://200.15.1.241/launch.htm" class="FormText"onChange="SelectList(0,'make');"> <OPTION VALUE="\\pdcsms\web\phone directory\master_list.htm">Master List</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\sixth_street.htm">Sixth St.</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\main_street.htm">Main St.</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\campus.htm">Campus</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\la_pine.htm">La Pine</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\gilchrist.htm">Gilchrist</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\lakeview.htm">Lakeview</OPTION> <OPTION VALUE="\\pdcsms\web\phone directory\medford.htm">Medford</OPTION> </select> <input type=button name="winopener" value="Go" onClick=window.open('http://200.15.1.241/launch.htm','welcome.htm')> |
|
#17
|
|||
|
|||
|
Quote:
should have been the name of the frame not the file name. window.open('http://200.15.1.241/launch.htm',framename) to be more clear, if this is how your frameset is <frameset> <frame name=frame1> <frame name=frame2> </frameset> and you are wanting to load ur file in frame2, you would do something like: window.open('http://200.15.1.241/launch.htm',frame2)
__________________
If you ask a question you are a fool for a second. But if you dont ask, you are a fool for a life time. Last edited by aspman : August 25th, 2003 at 07:06 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Drop-Down Boxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|