IE wants to Close After Dynamic Changes

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

I configured this page below to simulate adding and then deleting rows
dynamically from the page except I can't duplicate the problem.

Here is the example: http://www.hulenbend.net/parent.html

Press the "X" to delete the row. In the page I am developing I get a
"Internet Explorer needs to Close message" after deleting about 14
rows.

Only main difference between this and the real page is that the names
have been changed to protect the innocent and that some of the
functions do not exist and the scripts are coldfusion. In the example,
the pop-up is a perl cgi.

I clicked on the debug button and I could see this data:

The thread 'Win32 Thread' (0xad8) has exited with code 0 (0x0).
Unhandled exception at 0x7c918fea in iexplore.exe: 0xC0000005:
Access violation writing location 0x00000010.
7C918FEA inc dword ptr [eax+10h]
ntdll.dll!7c918fea()

Does this info give any clues to anyone?

This cf site using NT with IIS and authentication using
Siteminder.

Any help is appreciated.

Mike
 
i wa talking about this to another guy and he said that IE only like 16
windows open at any one time, but in this process the window closes
each time. He said Iframes might be the way to go.

Mike
 
Back
Top