[redirected to beginners-cgi list] Shah, Urmil wrote: > This is a very basic question but still confusing me and so trying to > get help. > > I have 3 CGI FORMS that display HTML output. One form leads to second > and second leads to third. On 3rd page If I want to redirect the user > to page 1 how do I do that.
To redirect to another page, you need to generate an HTTP redirect response. This is easily done with the CGI module's redirect() method. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>