R
robert.tingle
I have an ocx control loaded within an .ASP page. I use
javascript window.close() to close the .ASP page.
I get the error message listed below immediately after
the page closes.
The instruction at "0x2758266e" referenced memory
at "0x2758266e". The memory could not be read. Click on
OK to terminate the program.
Does anyone know why this happens or have a work around?
I think that the UserControl_Hide method gets called
within the .ASP page but by the time the code returns the
memory location no longer exists.
javascript window.close() to close the .ASP page.
I get the error message listed below immediately after
the page closes.
The instruction at "0x2758266e" referenced memory
at "0x2758266e". The memory could not be read. Click on
OK to terminate the program.
Does anyone know why this happens or have a work around?
I think that the UserControl_Hide method gets called
within the .ASP page but by the time the code returns the
memory location no longer exists.