I'm experiencing a big time problem with IE7 that I'm looking for help
with.
I've created a bookmarklet, it grabs data from the current DOM, builds
a form, posts the data to a remote page. It works great. BUT although
IE7 will behave properly when the bookmarklet is first fired, however,
on subsequent tries of the bookmarklet in IE7, it will instantly
crash.
And I get a bogus error:
Unhandled exception at 0x46d3c375 in iexplore.exe: 0xC0000005: Access
violation reading location 0x00000000.
I'm convinced it's an IE issue and not my JS because the code works on
every other browser. Are you aware of anything that would cause that
behavior? It works the first time, crashes the 2nd. Works in IE6
perfectly.
Is a "well known" error causing my issues? Is this the best group for
developers or is there a better place for this post?
Actual running example:
http://www1.shoehunting.com/bookmarklet/?js=msie
the IE bookmarklet is there, and if you venture to a product page like this
http://www.shoes.com/Shopping/ProductDetails.aspx?p=EC1095763&pg=5065285
and use the bookmarklet in IE7 it will work the first time, crash the 2nd. May have to create a junk user to see the full effect but the signup process is uber simple.
Any help is greatly appreciated, I'm going a bit nutty.