AW: [Zope] Source from form result.

Marc Fischer marcbpc@gmx.de
Tue, 1 May 2001 13:43:05 +0200


Hi,

I think there was an understanding problem. I want to get the source code of
the result that is displayed in the browser, after klicking on the submit
button. I want to be able to handle this source perhabs to create a
dtmlmethod wiht it, or do some string extractions with it.



> -----Ursprungliche Nachricht-----
> Von: Paula Mangas [mailto:pamm@students.si.fct.unl.pt]
> Gesendet: Dienstag, 1. Mai 2001 13:25
> An: Marc Fischer
> Cc: zope@zope.org
> Betreff: Re: [Zope] Source from form result.
>
>
> 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
>