Does Firefox ignore attachEvent () method?
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I think firefox browser ignores attachEvent(). I used it "onLoad" of window but nothing happened.If anyone can please suggest some alternate way of attachEvent()? Regards, Sankar
-
Hi all, I think firefox browser ignores attachEvent(). I used it "onLoad" of window but nothing happened.If anyone can please suggest some alternate way of attachEvent()? Regards, Sankar
I think attachEvent is IE only. I think firefox uses the standards based method attachEventListener() which has 3 parameters rather than 2.