Ciao Paolo,

I don't know how to do it in a way that the user can see it happening,
but, you can open the webpage and pick the HTMLText property of
RevBrowser, then look for the form elements in there and assemble your
POST request by hand, then post it.

If you know from the start what page you'll be dealing with, you can
just script the post request and set the HTMLText to the result (you
might need to rewrite the links inside to make them absolute links
though).

It gets harder if the form uses javascript or ajax stuff since this
makes the HTMLContext property out of sync with what is really
happening...

Andre

On Fri, Aug 29, 2008 at 6:53 AM, paolo mazza <[EMAIL PROTECTED]> wrote:
> Using a script from Revolution, I wuold like to:
> -  open a web page with a form (RevBrowser )
> - put some text into a field of a form
> - click the button to send the form.
> Is it possible?
> Any idea?
>
> ******************************************
>
> Paolo Mazza
> NEOL SRL
> Società partecipata da Università di Padova
> via N. Tommaseo 84
> 35131 - Padova (Italy)
> Tel 049- 2050147 - Fax 049-7964386
> www.neol.it
>
> _______________________________________________
> use-revolution mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to