I am trying to create a mouseover script that calls back an xmlrequest to get data off of my server without a post back. I modeled my code after this
and added my own C# web service back end
I'm having a problem with it in IE though. It works when the user first mouses over the link, but subsequent mouseovers do nothing. In Firefox it works fine each time.
Any ideas what might be a fix?
and added my own C# web service back end
I'm having a problem with it in IE though. It works when the user first mouses over the link, but subsequent mouseovers do nothing. In Firefox it works fine each time.
Any ideas what might be a fix?