No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Accept [drydo]'s answer
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
Enari
EE Cleanup Volunteer
Main Topics
Browse All Topics





by: drydoPosted on 2003-10-14 at 08:51:35ID: 9548014
So in short you want to manipulate an external web page through a VB application? Well, your best bet would be to use the webbrowser control and process your data entry using the 'document' object of the webbrowser control, i.e. your can select option buttons, click buttons and fill out textbox on a web page that is loaded into the webbrowser control.
More importantly, you do not need any javascript - just VB syntax to the DHTML object model. Check out the DHTML object model on MSDN help, or search this site (or www.vbcity.com) for samples of web page manipulation through the webbrowser control.
HTH - Drydo