Results 1 to 2 of 2

Thread: External Link issue

  1. #1
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default External Link issue

    1) Script Title: Ajax Tabs Content Script (v 2.2)

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

    3) Describe problem: Won't refresh on page load. I have placed this script into the following page:
    http://futuresults.com/testtabdd.aspx

    When I try to use the "Reload page and select 2nd tab using URL parameter"
    I get the following error:

    Syntax error
    ajaxtabs.js Line: 1

    ddajaxtabs is undefined
    testtabdd.aspx/ Line: 102

    'countries' is null or not an object
    testtabdd.aspx/ Line: 1
    Code: 0 Char: 2
    URI: http://futurestuls.com/testtabdd.aspx/?countrytabs=2

    Any thoughts on why this happens?

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

    Default

    The correct syntax should be:

    Code:
    http://futuresults.com/testtabdd.aspx?countrytabs=1
    At the moment you have:

    Code:
    http://futuresults.com/testtabdd.aspx/?countrytabs=1
    The extra "/" adds a new sub directory to your structure.
    DD Admin

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
  •