I would like to simulate a GET through a normal HTML link generated from a CGI script. The link is to another CGI script. I do not want to use a form. So I have a link that I prepare as follows:
How would I go about retreiving the field1 and field2 values in the script.cgi code? I have been useing the POST method when dealing with forms. Is it possible to perform a POST with a normal HTML link like this? Or am I going about this the right way? Maybe a cookie?