www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 02-19-2004, 03:34 AM
    lesmcw lesmcw is offline
    Registered User
     
    Join Date: Feb 2004
    Posts: 4
    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>
    Reply With Quote
      #2  
    Old 02-19-2004, 04:02 AM
    screaming_banjo screaming_banjo is offline
    Striving to be better!
     
    Join Date: Aug 2003
    Location: Glasgow, Scotland
    Posts: 213
    <a href="whatever.htm" target="_blank">

    HTH
    Reply With Quote
      #3  
    Old 02-19-2004, 05:17 AM
    lesmcw lesmcw is offline
    Registered User
     
    Join Date: Feb 2004
    Posts: 4
    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>
    Reply With Quote
      #4  
    Old 02-19-2004, 05:23 AM
    fredmv's Avatar
    fredmv fredmv is offline
    Moderator
     
    Join Date: Jul 2003
    Location: Boston Area, Massachusetts
    Posts: 3,499
    Quote:
    Originally posted by lesmcw
    ...onclick="window.open(document.jump3.menu3.options[document.jump3.menu3.selectedIndex].value);"...
    Reply With Quote
      #5  
    Old 02-19-2004, 05:57 AM
    lesmcw lesmcw is offline
    Registered User
     
    Join Date: Feb 2004
    Posts: 4
    Thanks it works perfectly

    Thanks Fred: It works perfectly. I am totally amazed at how smart you guys are!!!....Thank you!!!
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 04:16 PM.



    Acceptable Use Policy


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.