Hi am using java script.and IE6.
Now say suppose i am clicking some button or some link from my application, requests goes to action class. But after that if i move mouse to some other link on application , my previous click action gets cancelled. This happens only with IE6.
Please help what to do in Java script...
i will explain the problem with ex.
i am clicking add button/link. The requests goes to servlet or action class. Now meanwhile before add action completes i move mouse to some other link or tab, my add action gets canceled. This happens with IE6 only. in next versions its working fine.
Please help as soon as possible