javascript function call automatically on page onload instead on onclick

Posted by user357134 on Stack Overflow See other posts from Stack Overflow or by user357134
Published on 2010-06-03T05:21:36Z Indexed on 2010/06/03 5:24 UTC
Read the original article Hit count: 210

Filed under:
|
|

I am facing a very strange problem.

I have javascript function in my aspx page that i call on the onclick event.but on one particular machine it always automatically called on body onload in infinite loop.

Though I already remove all the caching and delte the history and temp files.

This seems very strange to me .It works fine on all the machine excpt one.

The machine have windows 7 and IE verison 8.0.7600.16385

Can some one please help me. Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET