post to server without param names

windows

Guest
I need to pass the values of a regular html form to a CGI script using the POST method, but not in the form<br />
<br />
name1=value1<br />
name2=value2<br />
<br />
but in the form<br />
<br />
value1<br />
value2<br />
<br />
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...<br />
<br />
Thank you very much for your help.<!--content-->Mmmm... I must have misread the instructions then. Thank you very much, Dave.<!--content-->
 
Back
Top