Results 1 to 3 of 3

Thread: Help with side menu'

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

    Default Help with side menu'

    Hi everyone, I'm from Italy, sorry for my english.
    I downloaded side menu', but when I click on a link, the page is displayed in another window. Id' like to click and change web pages in the SAME window.
    Can someone help me?

    Many thanks.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Look inside the file:

    ssmItems.js

    Find the line that begins:

    Code:
    linkTarget=
    If it isn't already, set it to "_top":

    Code:
    linkTarget="_top"
    You can also try:

    Code:
    linkTarget=""
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok! Now it works.

    Many thanks!

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
  •