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 to handle a browser hit. > > YOU SHOULD NOT HAVE CGI "calling" EACH OTHER. Hi Randal, Let me rephrase. I call http://127.0.0.1/a.cgi . This reads a file and based on it creates a form with select list, popups, text boxes, etc. and a submit button. Now this generated html page will call http://127.0.0.1/b.cgi if I click on the submit button and pass the various parameters using POST method. I am able to collect the parameters in b.cgi and based on it I am creating a table(html). Now I want to sort the table on different columns(Details already provided in my earlier mail). I hope I am clear this time. :( --Ankur Emacs is a nice operating system, but I prefer UNIX. - Tom Christiansen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>