|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I make this work ?
Hi: Is there anything you know of that i can put in this menu that will make it open the link in a new page? any help would be appreciated.....Thanks...Les
</form> <form name="jump3"> <select name="menu3"> <option value="#">-- Electrical Lessons --</option> <option value="http://www.ibiblio.org/obp/electricCircuits/DC/index.html">Vol I---D.C. Basics</option> <option value="http://www.ibiblio.org/obp/electricCircuits/AC/index.html">Vol II---A.C.</option> <option value="http://www.ibiblio.org/obp/electricCircuits/Semi/index.html">Vol III--Semiconductors</option> </select> <input type="button" onClick="location=document.jump3.menu3.options[document.jump3.menu3.selectedIndex].value;" value="GO"> </form> |
|
#2
|
|||
|
|||
|
<a href="whatever.htm" target="_blank">
HTH |
|
#3
|
|||
|
|||
|
where does it go?
Hi again: Thanks for the response, but where do i put it into the form? Thanks...Les
Put this in to open a new window <a href="whatever.htm" target="_blank"> </form> <form name="jump3"> <select name="menu3"> <option value="#">-- Electrical Lessons --</option> <option value="http://www.ibiblio.org/obp/electricCircuits/DC/index.html">Vol I---D.C. Basics</option> <option value="http://www.ibiblio.org/obp/electricCircuits/AC/index.html">Vol II---A.C.</option> <option value="http://www.ibiblio.org/obp/electricCircuits/Semi/index.html">Vol III--Semiconductors</option> </select> <input type="button" onClick="location=document.jump3.menu3.options[document.jump3.menu3.selectedIndex].value;" value="GO"> </form> |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Thanks it works perfectly
Thanks Fred: It works perfectly. I am totally amazed at how smart you guys are!!!....Thank you!!!
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|