Pre-populating web forms

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Andycal
Posts: 144
Joined: Mon Apr 10, 2006 3:04 pm

Pre-populating web forms

Post by Andycal » Fri Feb 20, 2009 1:06 pm

I'm thinking of a small utility to automatically populate forms of web pages when clicking on a button on the stack. Thing is, where to start!

Is it possible within the browser instance to tell RunRev to put certain text within a certain label on a form? Or can the stream of data perhaps be intercepted to insert a 'value=something' at certain points of the form?

Or any other ideas really, I'm kinda at the beginning of this..

Mark Smith
Posts: 179
Joined: Sat Apr 08, 2006 11:08 pm
Contact:

Post by Mark Smith » Sat Feb 28, 2009 12:27 am

Well you could set the url, and then grab the html source of the page (revBrowserGet tBrowserId, "htmltext"), fill in the form and then revBrowserSet "htmltext" with the amended html...


Post Reply