Results 1 to 2 of 2

Thread: AnyLink Drop Down Menu is opening links in new windows

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

    Default AnyLink Drop Down Menu is opening links in new windows

    Here is my page

    I can't figure out why it is opening links on separate pages. The content isn't finished for much of the site but options under WELCOME and YOUR GOALS shouldn't be opening in a separate window.

    The header where the links are located is part of a php include statement. THe header file is here: Header PHP file

    Thanks for the help.

  2. #2
    Join Date
    Oct 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    its simple after the <a href="site.htm" insert target=_top> into it so it would look like
    <a href="site.htm" target=_top> if you wish to make it appear other places you can do so as well such as _main or _new but _top makes it that page.

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
  •