Link to home
Start Free TrialLog in
Avatar of Gk
Gk

asked on

How can i capture onscroll in Netscape6

How can i capture scroll events in netscape6?
the following is not working.Is it possible with addEventListener ?

<HTML>
<HEAD>
     <script>
          function NSTest()
          {
             alert("test");
          }
     </script>
</HEAD>
<BODY  onScroll="NSTest()">
     Test
</BODY>
</HTML>

Thanx


ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been abandoned. I will make a recommendation to the
moderators on its resolution in a week or two. I appreciate any comments
that would help me to make a recommendation.
<note>
   In the absence of responses, I may recommend DELETE unless it is clear
   to me that it has value as a PAQ.  Silence = you don't care
</note>

Cd&
Me, please
It is time to clean this abandoned question up.  

I am putting it on a clean up list for CS.

<recommendation>
points to mplungjan

</recommendation>

If anyone participating in the Q disagrees with the recommendation,
please leave a comment for the mods.

Cd&
Comment from expert accepted a answer

Computer101
E-E Admin