[Zope] Source from form result.
Paula Mangas
pamm@students.si.fct.unl.pt
Tue, 1 May 2001 12:25:01 +0100 (WEST)
On Tue, 1 May 2001, Marc Fischer wrote:
> Hi,
>
> I want to get the HTML result from a form into a dtml method. So I need a
> way to handle this result, but HOW.
>
> The form ist like this:
>
> <form action="http://server" method=POST>
> <input type=hidden name="x" value="a">
> <input type=hidden name="y" value="b">
> <input type=submit>
> </form>
>
> If I klick on submit, I get the result displayed in the Browser, but I
> cannot work with it.
> Perhaps someone could help me???
Hi,
I think that, if you try
<form action="http://server/the_method_you_want_to_call" method=POST>
it will work.
Paula