RE: Question re: web passing control to perl and back again

2002-03-15 Thread Burak Gursoy
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Frielink Sent: Friday, March 15, 2002 5:53 PM To: [EMAIL PROTECTED] Subject: RE: Question re: web passing control to perl and back again this works also, the difference between the two options provided would be whether you want the url for the n

RE: Question re: web passing control to perl and back again

2002-03-15 Thread Adam Frielink
half Of C. > Church > Sent: Friday, March 15, 2002 9:29 AM > To: [EMAIL PROTECTED] > Subject: Re: Question re: web passing control to perl and back again > > > - Original Message - > From: "Andrew Wax" <[EMAIL PROTECTED]> > > When the perl script

Re: Question re: web passing control to perl and back again

2002-03-15 Thread C. Church
- Original Message - From: "Andrew Wax" <[EMAIL PROTECTED]> When the perl script is done I would like to bring up a different web page - let's say next.htm. Andrew, when you submit a form via CGI (I'm assuming that's what you mean by clicking on a button), the browser displays the output

RE: Question re: web passing control to perl and back again

2002-03-15 Thread Adam Frielink
WaxSent: Friday, March 15, 2002 8:05 AMTo: [EMAIL PROTECTED]Subject: Question re: web passing control to perl and back again Ah - the next step in the learning process -   I have a web page - let's say index.htm -  on the page is a 'button' to click which launches

Question re: web passing control to perl and back again

2002-03-15 Thread Andrew Wax
Ah - the next step in the learning process -   I have a web page - let's say index.htm -  on the page is a 'button' to click which launches a perl script which does some processing (no problem so far)   When the perl script is done I would like to bring up a different web page - let's say n