Click to See Complete Forum and Search --> : post to server without param names


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.

gpirujo
02-09-2003, 11:12 AM
Mmmm... I must have misread the instructions then. Thank you very much, Dave.