thisismondweep
Programmer
- Apr 29, 2007
- 28
Hi,
I want to post form data to a website, from within a DSTX map, and expect to receive the server's response.
For example: GET("HTTP",
"-URL -METHOD POST -TV -TYPE application/x-
The form has six text boxes. I want to pass the values of the six text boxes (say 'hi')and retrive the response.
I would appreciate any help in this regards.
The response from the server should be a html page containing for example:-
field 1=hi,field 2=hi,field 3=hi,field 4=hi,field 5=hi,field 6=hi
Cheers,
Mondweep.
I want to post form data to a website, from within a DSTX map, and expect to receive the server's response.
For example: GET("HTTP",
"-URL -METHOD POST -TV -TYPE application/x-
The form has six text boxes. I want to pass the values of the six text boxes (say 'hi')and retrive the response.
I would appreciate any help in this regards.
The response from the server should be a html page containing for example:-
field 1=hi,field 2=hi,field 3=hi,field 4=hi,field 5=hi,field 6=hi
Cheers,
Mondweep.