onscroll event not fire in IE 6 with select box i need to call Javascript on onscroll event
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I have one select box in Html and i want to call javascript when scroll down event in IE 6.0 that is working with firefox as well as in IE 7.0 below call work in IE 7.0 but not workin IE 6.0 function first() { alert('scrolldown'); } please help me out how can i solved above issue Thanks in advance,
Anish Patel