Click here to Skip to main content
15,914,160 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Last Modified At... Pin
D. Ram Prabhu17-Jan-06 18:31
D. Ram Prabhu17-Jan-06 18:31 
QuestionNewbie asp question Pin
TAlvord17-Jan-06 11:51
TAlvord17-Jan-06 11:51 
AnswerRe: Newbie asp question Pin
Guffa17-Jan-06 12:35
Guffa17-Jan-06 12:35 
AnswerRe: Newbie asp question Pin
D. Ram Prabhu17-Jan-06 18:01
D. Ram Prabhu17-Jan-06 18:01 
Questionwhois database?? Pin
Small Rat17-Jan-06 8:48
Small Rat17-Jan-06 8:48 
QuestionVar from Cookie into a SQL query in ASPX Pin
evlxtc17-Jan-06 6:20
evlxtc17-Jan-06 6:20 
QuestionVBScript: in dialog windows box woes... :S Pin
kevingpo17-Jan-06 5:24
kevingpo17-Jan-06 5:24 
QuestionJavascript error callee on popup window Pin
stephmiddleton17-Jan-06 2:41
stephmiddleton17-Jan-06 2:41 
I'm getting this JavaScript error message in my application (which is C#, written in .NET 2002, running on .NET Framework v1.0):

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

This is the situation:

The homepage has several usercontrols. The important ones are

1. A User control that provides a menu bar.
This menu bar contains 4 links - 2 are to external websites, the other 2 are links to open internal modeless popup windows.

2. A user control that provides a link to a pdf document, which is opened using acrobat in IE.


Scenario1: When I go into the homepage, and click the link, everything's fine - the pdf is displayed.

Scenario2: Click the menu control for one of the external sites. This opens in new window. Return focus to the homepage of my site and click the pdf link. Everything's fine - the pdf is displayed.

Scenario3: Click this menu control to open one of the popups. The popup is displayed correctly as a modeless dialog window. Return focus to the homepage and click the pdf link.
In this scenario, the page will not open. In the development environment the code breaks with the above message. This happens regardless of whether the popup window is still open, or has ben closed.

The user control for the pdf link looks like this:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="PdfLinkUserControl.ascx.cs" Inherits="MyCompany.Web.UI.UserControls.HomePage.PdfLinkUserControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>


 Click Here 


The function is in a separate .js file in the solution
function popupWindow(sUrl)
{
window.open(sUrl);
}

Any help on this would be greatly appreciated, thanks for taking the time to read it allBig Grin | :-D

By the way, I've seen a lot of sites suggest that this has to do with popup blockers, but I don't have any, so I know its not that in this case.

Thanks again
QuestionProblem in sending email using ASP Pin
Anaha17-Jan-06 0:59
Anaha17-Jan-06 0:59 
QuestionOrganised Directory Structure Pin
Brendan Vogt17-Jan-06 0:51
Brendan Vogt17-Jan-06 0:51 
Questionmethods used for implementing SPAM filter Pin
chippu16-Jan-06 17:51
chippu16-Jan-06 17:51 
AnswerRe: methods used for implementing SPAM filter Pin
Curtis Schlak.16-Jan-06 20:16
Curtis Schlak.16-Jan-06 20:16 
QuestionOpen IE if system idle for 5 minutes Pin
maneeshbakshi16-Jan-06 11:52
maneeshbakshi16-Jan-06 11:52 
QuestionI want to stop Marque effect on mouse move? Pin
vikas amin16-Jan-06 2:39
vikas amin16-Jan-06 2:39 
QuestionTo access client's directories through web application... Pin
Manjeet Singh0216-Jan-06 1:58
Manjeet Singh0216-Jan-06 1:58 
AnswerRe: To access client's directories through web application... Pin
Guffa16-Jan-06 2:18
Guffa16-Jan-06 2:18 
QuestionHow would you store a zip code in a database? Pin
MY120116-Jan-06 1:51
MY120116-Jan-06 1:51 
AnswerRe: How would you store a zip code in a database? Pin
Guffa16-Jan-06 2:25
Guffa16-Jan-06 2:25 
QuestionVisual Interdev problem. Pin
Prakash Nadar15-Jan-06 19:56
Prakash Nadar15-Jan-06 19:56 
AnswerRe: Visual Interdev problem. Pin
Prakash Nadar17-Jan-06 1:07
Prakash Nadar17-Jan-06 1:07 
QuestionSpell Checker Pin
progman13-Jan-06 14:44
progman13-Jan-06 14:44 
AnswerRe: Spell Checker Pin
Curtis Schlak.16-Jan-06 14:17
Curtis Schlak.16-Jan-06 14:17 
QuestionFLASH Pin
lukas.malik13-Jan-06 10:44
lukas.malik13-Jan-06 10:44 
QuestionServer Application Unavailable Pin
evlxtc13-Jan-06 7:15
evlxtc13-Jan-06 7:15 
QuestionOrder data in table by header Pin
Serpiente13-Jan-06 4:06
Serpiente13-Jan-06 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.