Control.Modal :: hangs in IE (Internet Explore) .

Hi,

I have One form and for validation alert messages i am using livepipe's Control.modal popup script when I call that box.

Script is as below :

        <pre class="highlighted"><code class="javascript">   Control.Modal.open(ERR_INVALIDCODE, { 
        fade: true, 
        width: 400, 
        height: 100, 
        afterClose: function() { 
            theForm.Code.focus();
        } 
    });
    return false;</code></pre>

But in firefox it is working fine but in IE 6 it hangs when Code is empty then IE get hangs and some of the fields where popup was appear get black area. i need to forcefuly quit IE

I am using : @copyright 2007 LivePipe LLC * @package Control.Modal * @version 2.2.2

Please help me out.

Regards Harshad Pandit panditharshad@yahoo.com

Posted November 5th, 2007 at 6:25am by panditharshad

My script was not visible in my last post soPlease check the script

Script is as below :

   Control.Modal.open(ERR_INVALIDCODE, { 
    fade: true, 
    width: 400, 
    height: 100, 
    afterClose: function() { 
        theForm.Code.focus();
    } 
});
return false;

lease help me out.

Regards, Harshad Pandit panditharshad@yahoo.com php.pandit@gmail.com

Posted November 22nd, 2007 at 1:17am by panditharshad

Script still not visible =] but you can try it with the callback function beforeClose.

Posted November 22nd, 2007 at 3:54am by Roland

.. function 'beforeClose'

@Ryan: go check your parser =]

Posted November 22nd, 2007 at 3:54am by Roland

Login or Register to Post