RE: How to save the state of a CGI script

2005-05-30 Thread Ankur Gupta
From: Charles K. Clarkson [mailto:[EMAIL PROTECTED] > Ankur Gupta <mailto:[EMAIL PROTECTED]> wrote: > > : Thanks a lot guys for the help. I guess I have to use hidden fields. > > You could also use a session cookie. Hi Charles, I am fairly new to use the CGI modul

RE: How to save the state of a CGI script

2005-05-30 Thread Ankur Gupta
From: David Dorward,,, [mailto:[EMAIL PROTECTED] On Behalf Of > On Sat, May 28, 2005 at 09:57:55PM +0530, Ankur Gupta wrote: > > > I read perldoc CGI and found that state of a script could > be saved by > > the following function. > > > $myself = $query-

RE: How to save the state of a CGI script

2005-05-30 Thread Ankur Gupta
From: Randal L. Schwartz [mailto:[EMAIL PROTECTED] > >>>>> "Ankur" == Ankur Gupta <[EMAIL PROTECTED]> writes: > > Ankur> a.cgi calls b.cgi through POST method. > > Why? Why? CGI is a protocol that permits a server to launch > a process t

RE: No appending...

2005-05-28 Thread Ankur Gupta
From: Randal L. Schwartz [mailto:[EMAIL PROTECTED] > > "Wert," == Wert, Nathaniel J <[EMAIL PROTECTED]> writes: > > Wert,> Please excuse my lack of knowledge in this subject. > The original script > Wert,> executes every statement and in the process, it erases > the file when it > Wert,>

How to save the state of a CGI script

2005-05-28 Thread Ankur Gupta
Hi, I am using CGI module. a.cgi calls b.cgi through POST method. I am collecting all the parameters using the param function. b.cgi draws a table based on the input from a.cgi's form. The table's row are initially sorted by first column. It is desired that I can sort the same table by differen

RE: Internal links with cgi

2005-03-26 Thread Ankur Gupta
Thanks David and Bill ... Using named anchors it worked.. I do not care about old versions of explorers. -- Ankur -Original Message- From: David Dorward,,, [mailto:[EMAIL PROTECTED] On Behalf Of David Dorward Sent: Saturday, March 26, 2005 11:17 PM To: Ankur Gupta Cc: beginners-cgi

Internal links with cgi

2005-03-26 Thread Ankur Gupta
Hi, I have a link like this. http://127.0.0.1/link.cgi#word";>word. When I click on the link word, I want the link.cgi to execute and then it should navigate to the word "word". Link.cgi is executed and everytime it navigates to the top of the page instead of navigating to the word "wor