Results 1 to 2 of 2

Thread: Switch Menu Question

  1. #1
    Join Date
    Sep 2004
    Location
    Ohio
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Switch Menu Question

    I currently use the switch menu on my web site. Im trying to redo it to where I have a frames page and the switch menu script is in the left frame. I have completed this task but when I click on a link it opens inside of the left frame. Im a nub when it comes to web design/code. Could someone helpo me out with what code I may need to have the link opne in a new page or even in the main frame?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    For future reference please always include a link to the script in your post, in this case: http://www.dynamicdrive.com/dynamici...switchmenu.htm

    To answer your question, the menu uses plain HTML to implement the links, so to add a target, simply use the target attribute within the HTML, such as:

    Code:
    - <a href="new.htm" target="myframe">What's New</a><br>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •