Hi,
Thanks for the reply.
I have two CGI forms, basically. The values checked in one form should be made visible in the other form. Is there a way in CGI to achieve this.
-Rajini
Yes. The simplest way is to have the form action for the first form be a CGI script that generates the second form, doing whatever it needs to do to make the values visible. You probably want to read the CGI doc and look at some examples, then try to write the code.