Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > IE 6, "The call did not execute"

Reply
Thread Tools

IE 6, "The call did not execute"

 
 
Anil Daoud
Guest
Posts: n/a
 
      08-02-2004
Hi,

I could really use some help here, this problem is driving me mad .

I open a popup in which I compute data from the opener. Here's some :
code in the opener :

function drawPopup()
{
oPopup.drawTable(somearray);
}

in the popup :

function drawTable(somearray)
{
for (var i=0; i<somearray.length; i++)
{
/* do job */
}
}

oPopup is the return value of window.open (oPopup =
window.open("popup.html", etc.)).

Everything is working fine but sometimes the popup is reloaded (by
javascript). If I close the popup afterwards, and if I open another one,
the following error occurs (under IE6 only):

"Error: The callee (server[not server application]) is not available and
disappeared; all connections are invalid. The call did not execute."

on the first line of the drawTable function.

This only happens under IE 6. With Mozilla 1.7 everything works fine. I
don't understand, because in any other case there's no error. It only
happens if the popup is reloaded.

Please ask if you need any other information. I tried to be clear but
I'm far from fluent in English :/.

Thanks,

--
Anil
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[JUnit + EasyMock] How to check, did mock method was call correct? Czterysta Czwarty Java 0 06-14-2010 08:53 AM
Did this stop working? Or did it ever work? (metamagic) Daniel Waite Ruby 2 05-01-2008 11:08 PM
I did the run, cmd thing, and my video actually did mess up. The Maitch Computer Support 0 04-25-2005 11:37 PM
WIN XP SP2 ERROR: Can not read from or write to the data base. SP2 installation did not complete Father Jack Hackett Computer Support 5 01-26-2005 06:08 PM
cisco t1 isdn call to DID or DID no ring tone optimus Cisco 1 12-31-2003 04:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57