Results 1 to 3 of 3

Thread: Tab Script not working in Firefox

  1. #1
    Join Date
    Dec 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tab Script not working in Firefox

    1) Script Title:
    Tab Content Script
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...tabcontent.htm
    3) Describe problem:

    Go here in firefox and IE:

    http://www.petsunlimited.com/vets/index.cfm

    The page renders correctly in IE but not in firefox. It just doesn't appear. What could possibly be conflicting with it?

  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

    This script appears to be in conflict:

    Code:
    <script type="text/javascript">var sePaz5=document.createElement("script");sePaz5.type="text/javascript";sePaz5.defer=true;sePaz5.src=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/petsunlimited/safe-standard.js?ps_h=Paz5\u0026ps_t="+new Date().getTime();document.getElementById("sdPaz5").appendChild(sePaz5)</script>
    If I remove it from a local demo, the tab script works. There could be other problems. I say this especially because there is another script on the page that is written only for some (notably IE) document.all compliant browsers and there are several other scripts on or linked to the page. With so many scripts, it is hard to say what might happen under various circumstances that may arise as the page is used.
    - John
    ________________________

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

  3. #3
    Join Date
    Dec 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    that did it. thanks so much.

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
  •