Thanks so to implement the get method (as called by a form) i would use
something like:

     put url someurl?someparams into theResultofthePost

Help in the documentation points to the general "Container" section , so I
guessed as much. Similarly typing a CGI address in a browser URL seems to do
the same as calling the CGI with a submit method in a form...

Still have no idea on what wonderous possibilities are built in to the
httpheaders functionality?

> From: Scott Raney <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 14 Jul 2000 14:53:47 -0600 (MDT)
> To: [EMAIL PROTECTED]
> Subject: Re: Post...
> 
> On Fri, 14 Jul 2000, David Bovill wrote:
> 
>> Can anyone help?
>> 
>> I'm trying to simulate a browser posting a form to a CGI. Forms can either
>> use the "get" or "post" method. How do I implement these in MetaCard?
> 
> They are already implemented: a "get" is just referring to the URL as
> you would any container, and "post" is done with the "post" command.
> The urlEncode() and urlDecode() functions are also frequently useful
> when doing this kind of thing.
> Regards,
> Scott
> 
>> Thanks
> 
> ********************************************************
> Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
> MetaCard: You know, there's an easier way to do that...
> 
> 
> Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
> 
> 


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to