Hello, I have an asp.net app (2.0, using vs2005), running jquery1.2.x and IE 6.0.2 on a XP box.
I am seeing a peculiar behavior pertaining to some of the hyper-links: When i click on the 'submit' button, the IE logo at the top-right-side of the browser starts to rotate (indicating that it's trying to get the result/target-page), but if i take my cursor over couple of hyper- links on this parent-page (result-page hasnt loaded, so still seeing the original form), the logo stops rotating and the page-load-status at the lower-left side of the browser also shows 'Done', but after few seconds, the result page shows-up. I don't see this behavior in FireFox. Not sure if it's related in any way to some jquery functionality that we use (note that the original form has bunch of hyperlinks, and this stopping-of-logo-rotation occurs only when i take cursor over couple of those hyperlinks). Anybody knows if there is any such functionality in jquery which would result in what i am seeing? (i am looking into a system developed by somebody else, so going through a steep-learning curve, not to mention that i am still learning basics of jquery). Thanks in advance.