IE browser crashing with my application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a predominantly html and javascript mapping web app. In my image map,
I have icons that I have coded mouseover effects in. I mean that when I run
my mouse over the icons, I query a database with ASP and ADO and show the
returned record in the mouseover dropdown. The problem is, I have a tooll in
my app that is used to zoom in the map. I use mousedown,, mouseup and
mousemove events to impleement that zoom in functionality. My problem is that
when I am using the zoomin tool and i single click on any of the icons while
the mouseover functrionality i sin effect, the browser crashes. It crashes if
not on the first time i do it but on the subsequent ones. I really need help
resolving this issue. Before installing XP sp2, I used to to the error
The instruction at '0x7d50a0c0' referenced memory at '0x01018'. The memory
could not be 'read'
before the broswer crashes.
 
Back
Top