gpirujo
02-09-2003, 02:24 AM
I need to pass the values of a regular html form to a CGI script using the POST method, but not in the form
name1=value1
name2=value2
but in the form
value1
value2
this is, without the field names, quite like the isindex tag does. Is there any way I can do this? I haven't found how to do this, but the script is being used in production so there must be some way...
Thank you very much for your help.
name1=value1
name2=value2
but in the form
value1
value2
this is, without the field names, quite like the isindex tag does. Is there any way I can do this? I haven't found how to do this, but the script is being used in production so there must be some way...
Thank you very much for your help.