Re: Practical example of POST cmd wanted

2000-03-14 Thread LiangTyan Fui
Assume I create some fields and buttons in MC that simulate the form. Correct. Next I would use MC "post" command to send this data to the server. Correct. How should the data be formatted before submission? If I could find Something like: fldname=encodedDatafldname2=encodedData2 In

Re: Practical example of POST cmd wanted

2000-03-14 Thread David Bovill
dFormData return encodedFormData end formEncode function formDecode someData -- version Test, 8/4/98 -- form stuff put replaceAll("+", someData, space) into decodedData -- mumbojumbo put replaceAll("%0D%0A", decodedData, return) into decodedData

Re: Practical example of POST cmd wanted

2000-03-14 Thread Kevin Miller
On 14/3/00 4:39 am, Rodney Tamblyn [EMAIL PROTECTED] wrote: I'm wanting to post some data from a Metacard stack to a web server, simulating a web page which normally submits a form. The form being submitted has the following data items: We do this quite a lot, here is a generic version of

Practical example of POST cmd wanted

2000-03-13 Thread Rodney Tamblyn
This is not strictly a metacard question, but I'm hoping that someone might be able to help... I'm wanting to post some data from a Metacard stack to a web server, simulating a web page which normally submits a form. The form being submitted has the following data items: FORM METHOD="POST"

Re: Practical example of POST cmd wanted

2000-03-13 Thread andu
This is not strictly a metacard question, but I'm hoping that someone might be able to help... I'm wanting to post some data from a Metacard stack to a web server, simulating a web page which normally submits a form. The form being submitted has the following data items: FORM METHOD="POST"