Sending data to an IE form

A

Allen Pinkley

I would like to be able to send a recordset to fill in text boxes within a webform. The form is a frame named "mainframe" and most input types are text with good names like "EQID". The reason I want to do this is we use are own database at work, but are reuired to input things into the coorporate website. Instead of duplicate entry I would like to add a sub to input the data into the web form. We would still have to open the website, enter a password, and get to the appropriate form page but we would have to either retype or copy/paste the data

To make things even better, the webform is created with a javascript. But I don't think it should effect referencing the objects by their names

Any help would be greatly appreciated..

Allen Pinkley
 
Top