[RESOLVED] Server.Transfer Command
Hi all,
when youre using the Transfer command wiht an ASP Page, can you use a Querystring as part ofthe address, or will the browser return a 400 error?
Silly queston but still needs to be answered.
The reqson i do ask is that rather than finding out after ive writted the code, which would be an incredible waste of my time, im workign on an unobtrusive and a more subtle way of how an existing system works.
Cheers all
Kai
Re: Server.Transfer Command
I tried it and server.transfer returned an error if i added the querystring...
you could use response.redirect and add the querystring and it would be ok. :)
Re: Server.Transfer Command
Hi,
Cheers for that. Ok then
does the redirect function retain State (Sessions, cookies etc fo rthose at home..) from the host page?or will this be dumped.
cheers oceanbelle
Kai
Re: Server.Transfer Command
Re: Server.Transfer Command
Cheers, that just what I needed.
Kai
Re: [RESOLVED] Server.Transfer Command