man, that's strange. is the page navigating to a different url or posting
back to process server events. if so, is the browser navigating to the
pages? Is the server script executing? (you can set a breakpoint on the
event to check this)
> I use javascript to open a child window from the browser (window.open.....)
> this is then registered with the system using Page.RegisterStartupScript, it
[quoted text clipped - 7 lines]
>
> Cheers Ollie
Ollie - 23 Aug 2004 14:27 GMT
cheers for the reply David,
When the user clicks on the a linkbutton (asp.net control) a dynamic url is
created server side and registered so that the popup window is displayed.
I solved the problem by disabling smartNavigation at the web.config level,
this solved the issue.
I have read that smart nvaigation in asp.net causes problems with
response.redirect but never thought
it would cause problems with attempts to redirect after a
Page.RegisterStartupScript had been called.
Cheers
Ollie
> man, that's strange. is the page navigating to a different url or posting
> back to process server events. if so, is the browser navigating to the
[quoted text clipped - 14 lines]
> >
> > Cheers Ollie