Welcome,
Guest
|
|
Hi
I am getting operation aborted error in IE6. It works fine in Firefox. I am required to support IE6 and greater. Any help is appreciated. I have attached screen shot of the error i get [img]http://localhost/ssweb/images/fbfiles//images/err.GIF |
Please Log in to join the conversation. Team Web2Cal. |
|
Hi,
I am getting the same error. The software piece is good, but I want it to work in IE6. It crashes the entire site, not just a script error. Did you find a solution to this? |
Please Log in to join the conversation. Team Web2Cal. |
|
It could be an IE bug. I am using IE8 and I see a totally different result. [img]http://localhost/ssweb/images/fbfiles//images/ie8error.GIF
|
Please Log in to join the conversation. Team Web2Cal. |
|
This is a known error with IE. Microsoft has an explanation for this at
support.microsoft.com/kb/927917 To solve this error, invoke the calendar script after the page has completely loaded. When using jquery we use the jQuery(document).ready function to do this. For more information on this function see docs.jquery.com/Events/ready We have used this technique successfully in the distributed examples. sasank wrote:
|
Please Log in to join the conversation. Team Web2Cal. |