On May 30, 2:00 pm, getsanjay.sha...@gmail.com wrote:
> Any reason why the following snippet works as expected in Firefox but
> fails miserably in IE?
[quoted text clipped - 12 lines]
> else if(e.which)
> code = e.which;
javaScript camelCase
e.keyCode
> Some good links referring to the events in JS would be appreciated.
Don't really have any. I usually bounce between mozilla's
developer ref, W3, and MSDN.
Strangely, I find the MS ref. the easiest to find things in.
---
Geoff
getsanjay.sharma@gmail.com - 31 May 2007 02:18 GMT
> javaScript camelCase
>
[quoted text clipped - 6 lines]
> ---
> Geoff
Thanks a lot Geoff. I thought that since onclick was the same as
onClick, the same can be applied anywhere, but I guess it was a wrong
thought. Maybe a search for 'Mozilla Javascript reference', 'W3C
Javascript reference' or 'MSDN javascript reference' should turn out
to be fruitful.
Thanks and Regards,
S T S.