Results 1 to 3 of 3

Thread: Tab Content Script Help

  1. #1
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tab Content Script Help

    1) Tab Content

    2) http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) Describe problem: Forgive me for possibily not asking the right questions. I am a hack at best but I muddle my way through the launch and redesign of our website every year. I am attempting to use the tabbed content script. If I go directly to the page that includes the tabbed content it works. If I attempt to call that page from another via an include statement I cannot get it to work.

    Production site is at www.wbspenguins.com

    Here are the links to my test code.

    Working:
    http://www.wbspenguins.com/includes/test2.asp

    Not working - calls test.asp via the include

    http://www.wbspenguins.com/test.asp

    Any help would be greatly appreciated.

    KB

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

    Default

    On test.asp, your reference to the tabcontent.js file is incorrect:

    Code:
    <script type="text/javascript" src="http:/www.wbspenguins.com/includes/tabcontent.js">
    You're missing a "/" in "http://" Took me a while to finally realize it.

  3. #3
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Arrrgh . . .

    I looked at that no less than 10 times. Never saw it.

    You know how it is . . .sometimes a second set of eyes is all it takes.

    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
  •