> hai
u are using $('form_submit') --------does form_submit is the id of the
form....
then it will surely does not gonna work in I.E
so you specify a name to the form....and access the form....
document.form.formname.onkeydown--------> this will work in ie...
i too faced this issue....just try this u r problem will be solved....
if u are too much particular in accessing form using $...then use $F and
never access form using the id
IE will never know..what you are doing...if you access form by id
Regards
spradeepkumar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---