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. I tried to use JavaScript history.back() function and it works only to take to the previous page. (i.e 2 --> 1) and (3 --> 2 --> 1). I was wondering if I can go directly to 1 from 3. Is there any solution in CGI or I have to use JavaScript. Thanks in advance. Urmil