Results 1 to 2 of 2

Thread: Regular links, not new browser window? How?

  1. #1
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Regular links, not new browser window? How?

    1) Simple Controls Gallery v1.3:

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Describe problem: Want my links to go to new page, not appear as new browser window. Can't find the trick... Help greatly appreciated...

    Thanks so much for your help...

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Where you define the link and image in the script block:
    Code:
    ["http://i26.tinypic.com/11l7ls0.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_new", "There's nothing like a nice swim in the Summer."],
    You put the target in the third quotaion mark set. To set as the same window, change this:
    Code:
    ["http://i26.tinypic.com/11l7ls0.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_self", "There's nothing like a nice swim in the Summer."],
    Hope this helps!

    // X96 \\
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

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
  •