Page 1 of 1
Auto form submit in revBrowser
Posted: Wed Aug 29, 2007 10:39 am
by aparng
Is it possible to copy the content from a Revoluion field and post it to a form field displayed in a revBrowser window? Also, is it possbile to write a script to "click" a button in a form displayed in a revBrowser window?
Andy
Posted: Wed Aug 29, 2007 5:54 pm
by FourthWorld
I don't know the ins and outs of RevBrowser, but if what you need to do is submit a form you can do that right in Rev without the need for a browser UI at all.
Check out the post command in the Rev dictionary. You can grab the contents of Rev fields, package 'em up in the format a form CGI expects, and just post the form data directly to the CGI via libURL without needing to go through the web page.