Results 1 to 3 of 3

Thread: Ajax Tabs Content Script (v 2.2) in IE

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

    Default Ajax Tabs Content Script (v 2.2) in IE

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

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...?countrytabs=1

    3) Describe problem: Hello all,

    I've unwittingly stumbled across a problem in relation to this script that I'm befuddled by. Basically, I have deployed this script on pages within a section of my website - http://www.boroguide.co.uk/clubs/stevenage/index.php for example - but in Internet Explorer, the page refuses to load and subsequently displays IE's default "cannot connect" page.

    However, it works swimmingly in Firefox. The version of IE I am running is IE7 so it is fully up-to-date. What could the problem be?

    Thanks in advance

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    First, you don't have a DTD in your page.

    Secondly, move this part in the head section of your page:
    Code:
    <link rel="stylesheet" type="text/css" href="http://www.boroguide.co.uk/stylesheet.css">
    Lastly, try to move this part:
    Code:
    <script type="text/javascript">
    
    var countries=new ddajaxtabs("profiletabs", "profiledivcontainer")
    countries.setpersist(true)
    countries.setselectedClassTarget("link") //"link" or "linkparent"
    countries.init()
    </script>
    ...above </body> tag.

    Hope it helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Jun 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thankin' you.

    With your assistance it appears to have been sorted.

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
  •