Results 1 to 5 of 5

Thread: Virtual Pagination Script & IE 7 DLL error on load

  1. #1
    Join Date
    Jul 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Virtual Pagination Script & IE 7 DLL error on load

    1) Script Title: Virtual Pagination Script

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

    3) Describe problem: when the page loads in IE 7, I get a res://ieframe.dll/dnserror and you can't get to the page. if i refresh 5 times, it shows up. i am using some mootools on my site, and if i remove them, this script seems to work fine. there's a conflict i believe. any idea why/where? if you're interested, here's the JS for moo

    window.addEvent('domready', function() {
    var myFunction = function(){
    var div = $('hiddenDiv').setStyles({
    display:'block',
    opacity: 0
    });
    new Fx.Style(div, 'opacity', {duration: 1500}).start(0, 1);
    };

    /* Hover Tips 2 (compare page) */
    var Tips2 = new Tips($$('.Tips2'), {
    initialize:function(){
    this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
    },
    onShow: function(toolTip) {
    this.fx.start(1);
    },
    onHide: function(toolTip) {
    this.fx.start(0);
    }
    });

    myFunction();//<- this does it all
    }); // END window.addEvent('domready', function()

    Can someone tell me what's going on between these two scripts? I'm pulling my hair out. They both are very important to my site and I've spent a long time working on them both.

    Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Hmm, I don't get that error, can you send me a screen shot so I know what it looks like?
    Jeremy | jfein.net

  3. #3
    Join Date
    Jul 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I just sent you a screenshot.

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Got it. I don't know what to tell you, weird.
    Jeremy | jfein.net

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

    Default

    Have you tried to turn off the add-ons?..Some add-ons are not yet compatible with IE7

    For further reading
    Learn how to code at 02geek

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

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
  •