Re: (General questions)
Dirk,
Actually, that is the correct way to do it. The only other way is to return 301 or 302 (Moved or redirected) to browser, along with Location header, which will make browser do a request to URL specified in Location header. Something like this:
[code]User.Response.StatusCode = MovedPermanently
User.Response.Headers.Add Location , http://127.0.0.1/index2.htm [/code]
Both solutions should work however.
Regards,
Damba
Complete thread:
- remove paramters from visible URL - dirk, 2009-11-26, 17:05
- Re: - wodDamir, 2009-11-26, 17:58
- Re: - dirk, 2009-11-26, 18:14
- Re: - wodDamir, 2009-11-26, 17:58