473,385 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Error Message-I am not certain which Group to ask

Does anyone know what the error message: the callee(server(not server
application) is not available and disappeared; all connections are
invalid. The call did noot execute. means?

I get this from certain web pages when I try to hit the link buttons
for it to perform an action on another page?
Jul 20 '05 #1
2 12486
Brian wrote:
Does anyone know what the error message: the callee(server(not server
application) is not available and disappeared; all connections are
invalid. The call did noot execute. means?

I get this from certain web pages when I try to hit the link buttons
for it to perform an action on another page?

It occurs in the context of pages using javascript to generate page
content and communicate between windows, one of which windows is closed.

Possibly
* page A pops up page B in the link and page B wants to communicate with
page A, but page A has been closed (possibly by you or a popup killer?), or
* Internet Explorer has become totally confused and it will work in
another browser, or
* poor page design.

From your perspective and depending on how much spying the site is
doing on your browsing, the result could be good or bad either way.

Dom
Jul 20 '05 #2
pop-up ad blockers are often the culprit -- the main page is trying to find
info from the blocked page. If you're a JavaScript programmer and are
having trouble keeping passed values available once you have closed a
popup, read on...

For what it's worth, I needed to popup a window, submit a form to my
database, create an array from the result and return it to a global
variable of the window.opener. As long as the popup window was open the
opener window could reference the array. But I needed to close the window
because its only reason for being was the trip to the database. Nothing
displayed on it.

Even tougher -- the variable name needed to be based on input from the
user so I couldn't predefine it on the opening window.

As soon as the window was closed I got the same error:

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

After playing with passing back the array as an array in every way I could
think of, I gave up and decided to return a string with the array values
delimited. That meant having to parse the string into an array using
split() when the values were needed, but at least the kludge works.

let us choose our future http://utopia4all.org

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
9
by: Mairhtin O'Feannag | last post by:
Hello, We have two machines we wish to use DPF. They are both RH ES 2.1, with DB2 8.2. I read the documentation CAREFULLY, and added the following line to my db2nodes.cfg file : 1 egret 0
8
by: Steve | last post by:
I have several pairs of synchronized subforms in an application. I have a Delete button for each pair that uses the following code or similar to delete a record in the second subform: ...
6
by: Squirrel | last post by:
I have a command button on a subform to delete a record. The only statement in the subroutine is: DoCmd.RunCommand acCmdDeleteRecord The subform's recordsource is "select * from tblVisit order...
16
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In:...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.