popup window "This resource cannot be found"  
Author Message
IrishMick





PostPosted: Thu Oct 26 12:18:01 CDT 2006 Top

ASP.Net >> popup window "This resource cannot be found" Thanks in advance to anyone who can help :):

I have an .aspx page that creates javascript on the fly within a button
click event handler. The script creates a function AND CALLS THAT SAME
FUNCTION that opens a new window which will contain another .aspx page. The
new popup window opens just fine, however, the parent page from which the
'click' event originated from produces the error "The resource cannot be
found" for some reason. Anyone

Web Programming274  
 
 
studen771





PostPosted: Thu Oct 26 12:18:01 CDT 2006 Top

ASP.Net >> popup window "This resource cannot be found" Hey never mind all! I found that adding an attribute to the button itself and
calling the function from its click event (along with having the script
already in place, not creating it in the click event) fixed the issue.

"studen771" wrote:

> Thanks in advance to anyone who can help :):
>
> I have an .aspx page that creates javascript on the fly within a button
> click event handler. The script creates a function AND CALLS THAT SAME
> FUNCTION that opens a new window which will contain another .aspx page. The
> new popup window opens just fine, however, the parent page from which the
> 'click' event originated from produces the error "The resource cannot be
> found" for some reason. Anyone