tramposhay Posted January 3, 2013 Posted January 3, 2013 Hello, I have a little script that adds information to a form on a web page which works beautifully. Now i would like to have the same information added to a multitude of different webpages that i would like to select from a combo box then for the rest of my script to finish. This is used to speed up a ticket creation process in a customer management system. At the moment i use $oIE = _IECreate ("http://*********/siteID=1196") $oForm = _IEGetObjByName ($oIE, "Contacts") _IEFormElementOptionselect($oForm, "Billy Bob" , 1, "byText") etc long form etc Does anyone have any ideas on how i could approach this? Thankyou.
tramposhay Posted January 3, 2013 Author Posted January 3, 2013 I managed to do some reading and have created an array. With a list of URL's and Titles how would one output this to a combobox selection that would then parse to my $oIE = _IECreate ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now