Page 1 of 1
Populating form fields On A Web Page
Posted: Wed Apr 22, 2009 9:02 pm
by warrenk
I opened up a internet page using revBrowserOpen. Is it possible to load fields on the internet page from fields on my card? I don't need to POST the form....want to fill out some of the fields.
Thanks,
Warren
Posted: Sat Apr 25, 2009 2:05 pm
by Mark Smith
One way to achieve this (and it's not always possible) is to load the page into a variable:
put url "http://...." into tPage
parse the html in tPage to find the input fields, set their values and then set the revBrowser to show the amended html.
Best,
Mark Smith
Posted: Sat Apr 25, 2009 3:36 pm
by warrenk
Mark,
Thanks for the response! I will give this a try and see if it works out.
Apppreciate your help!
Warren