Has anyone done this before? Any pointers?
Here's what I'm trying to do. Based on certain information housed within my mailbox in Outlook 2000, I want to go to a website and fill out a form there using the information that I have in Outlook.
How do I reference each form control on the webpage? Do I even need to, or can I do it some other way?
For illustration's sake, let's say that on the Startup event in Outlook, I want to look at all my items in my inbox, find any that contain the word "ebay" from a certain sender, then find a sentence in the body of the message that's in the format "keywords: keyword1 keyword2 keyword3", then start Internet Explorer (if it's not already open) and go to Ebay's home page and enter those keywords, submit the form, and the results will be displayed.
I already pretty much know how to do everything on the Outlook side, but I don't know what to do once the code starts Internet Explorer. I need to know how to go to a website, wait for the website to load, find the proper form control, and submit the form.
Any ideas? Thanks a million in advance.
-Christopher
Here's what I'm trying to do. Based on certain information housed within my mailbox in Outlook 2000, I want to go to a website and fill out a form there using the information that I have in Outlook.
How do I reference each form control on the webpage? Do I even need to, or can I do it some other way?
For illustration's sake, let's say that on the Startup event in Outlook, I want to look at all my items in my inbox, find any that contain the word "ebay" from a certain sender, then find a sentence in the body of the message that's in the format "keywords: keyword1 keyword2 keyword3", then start Internet Explorer (if it's not already open) and go to Ebay's home page and enter those keywords, submit the form, and the results will be displayed.
I already pretty much know how to do everything on the Outlook side, but I don't know what to do once the code starts Internet Explorer. I need to know how to go to a website, wait for the website to load, find the proper form control, and submit the form.
Any ideas? Thanks a million in advance.
-Christopher