ashisht has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible for a Perl-CGI script to determine what was the URL of the form where the user clicked 'submit' to reach the script?
That is, when a user submits my form at http://abc/searchForm2.cgi, the script executed is http://xyz/searchFiles.cgi. Now, within searchFiles.cgi, is it possible for me to determine that the submitting form was http://abc/searchForm2.cgi?
Thanks,
Ashish.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Obtaining requesting form's URL?
by tinita (Parson) on Mar 22, 2004 at 21:21 UTC | |
by waswas-fng (Curate) on Mar 22, 2004 at 22:11 UTC | |
|
Re: Obtaining requesting form's URL?
by tcf22 (Priest) on Mar 22, 2004 at 21:00 UTC | |
by b10m (Vicar) on Mar 22, 2004 at 21:11 UTC |