Javascript execution
Hi all,
I have a dynamic menu on my website which calls an external javascript.
The problem is when I click on any of the links in the menu, and the mouse is at the same place where the menu item is the page doesnt load and an OPERTATION ABORTED error is thrown. But if I refresh, the page loads. And there is no sequence for this error it occurs on any page any time.
The logic behind this error could be,
the browser is loading the page and executing the script at the same time and somehow is not able to execute these two at the same time and throws the error.
This is what I think.
Anyone who had faced this sort of problem or knows anything about this, do let me know.
thanks
|