Operation Aborted message on Windows98

  • Thread starter Thread starter Sunil Menon
  • Start date Start date
S

Sunil Menon

Dear All,
My client machine's OS is Windows 98 and IE6.0 sometimes while
loading an aspx page the client gets a message "Operation Aborted" and
the page does not open...on other machines that are not Windows98 it
is working fine...What can be the problem??
Please help

TALIA
Many Regards
Sunil
 
Dear All,
I found out that this JavaScript method was eating a lot of
resources...
window.createPopup();

I had called this function twice in one of my aspx pages...thus taking
the memory to 100%...when one pop-up is created the Test page also
tries to create another pop-up, the mc then tries swapping memory and
in the process IE gets a message "Operation Aborted") This is not a
Win98 issue but a memory issue.
Are my findings right?

Thanks & Regards
Sunil
 
Back
Top