17 Jan
2005
17 Jan
'05
5:11 a.m.
--On Sonntag, 16. Januar 2005 19:04 Uhr +0100 Tvicens <toni_vicens@terra.es> wrote:
The problem is I need to do a redirect insted of returning the bank's page as if I was serving it.
Your problem description is somewhat weird. Redirection means that you use RESPONSE.redirect() which will generate a HTTP Location: header. So what do you need? A redirection or resubmission of the data to some other URL? -aj