Results 1 to 2 of 2

Thread: Help with Top Navigational Bar II

  1. #1
    Join Date
    Dec 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Help with Top Navigational Bar II

    hello, just wondered if there was any way I can get the links on top navigational bar 2 to open in an iframe, thanks very much

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    2) Menu links targetting

    When an item or header is clicked on, the associated link string is checked. If it's a null string, nothing is done. If the string starts with "javascript:" the code that follows is executed. For anything else, the string is taken to be a URL and the window's location is set to that value, causing the link to be followed.

    To setup a menu link so that the url loads in another frame, use the following javascript: url:

    javascript: parent.framename.location='http://dynamicdrive.com'

    where "framename" is the name of the frame you wish to target.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •