Re: Response.Redirect by Ray
Ray
Wed Oct 15 07:17:27 CDT 2003
No, it's not possible with ASP, becuase it doesn't know what a "window" is.
You can only do something like that using client-side code such as
Javascript. Try a group like .scripting.jscript.
Ray at home
"C" <anonymous@discussions.microsoft.com> wrote in message
news:0d3601c3930a$cd116090$a301280a@phx.gbl...
> Hi,
>
> I have a Popup window where a user inputs soem data.
>
> On successfully entering this data I redirect the user to
> a page in the same popup indicating that the form has
> submitted successfully.
>
> I want to resize the page that I redirect the user to.
>
> Is this possible in ASP?
>
> Thanks,
> C