I have a small application that has a form with web browser control in it. I have that control load my webpage when the form is loaded.

The webpage is a small feedback form. How do I make my application fill in some fields on the form?

I want it to fill in 2 text fields on the webpage upon loading the page. They are "first_name" and "last_name"

-Simon