On 5/1/07, Jim Carroll <[EMAIL PROTECTED]> wrote:
>
> Hi, on Firefox Mochikit is running very well. I used Firebug to feel
> my way through the available attributes, and got a nice in-place form
> submission in 80 lines of javascript. Now on IE7, the on-failure
> method of my get is always getting called.
>
> This code doesn't address the form directly, because there are
> hundreds of similar forms on the same page, so the code uses the this
> var in the form's onSubmit. Is there a better way?
>
> Can anyone offhand tell me what IE7 might not like? Thanks in
> advance! -Jim
>
> onTagFormSubmit = function(event) {
I haven't read through all of this, but you might want to try using a
variable name other than "event". IE has an event window global.
-bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---