Determining from which web page a cgi script is invoked?

2009-03-10 Thread davidgould
Given a webpage test.html that has a form with a cgi script, how can you determine inside the cgi script the name of the webpage that invoked the script? I have many different html pages that use a common cgi script for form processing and want to determine the name of the webpage. Thanks. -- htt

Re: Determining from which web page a cgi script is invoked?

2009-03-10 Thread Tim Chase
davidgo...@davidgould.com wrote: Given a webpage test.html that has a form with a cgi script, how can you determine inside the cgi script the name of the webpage that invoked the script? I have many different html pages that use a common cgi script for form processing and want to determine the n

Re: Determining from which web page a cgi script is invoked?

2009-03-10 Thread cm
davidgo...@davidgould.com escribió: Given a webpage test.html that has a form with a cgi script, how can you determine inside the cgi script the name of the webpage that invoked the script? I have many different html pages that use a common cgi script for form processing and want to determine th

Re: Determining from which web page a cgi script is invoked?

2009-03-11 Thread davidgould
On Mar 10, 7:15 pm, cm wrote: > davidgo...@davidgould.com escribió: > > > Given a webpage test.html that has a form with a cgi script, how can > > you determine inside the cgi script the name of the webpage that > > invoked the script? > > > I have many different html pages that use a common cgi s

Re: Determining from which web page a cgi script is invoked?

2009-03-11 Thread davidgould
On Mar 10, 7:15 pm, cm wrote: > davidgo...@davidgould.com escribió: > > > Given a webpage test.html that has a form with a cgi script, how can > > you determine inside the cgi script the name of the webpage that > > invoked the script? > > > I have many different html pages that use a common cgi s