you're modifying the DOM before IE is ready. it's hard to recommend a
fix without being able to see the generated code, but generally you
can't touch the DOM until the onready event fires: $(document).ready
(function() { call_dom_modifying_functions(); });
On Sep 21, 2009, at 11:48 PM, Michael J. Stuart wrote:
>
>
> I am using sfWidgetFormJQueryDate for a date widget on a form. This
> form works well in FireFox, Safari and Google Chrome. However, the
> page won't load in IE 7 (have not yet checked in IE 8). The page
> begins to load, and gets to the point where the date widget is, and
> then IE 7 gives a pop up window that says "Page cannot load, Operation
> Aborted." And then the browser goes white.
>
> Can anyone think why this would happen? Or how to debug this?
>
> (The page is here, if you anyone is interested:
> http://www.theesociety.org/content/newEvent
> .
> You'd have to log in.)
>
> >
--
Jacob Coby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---