Logicwrath Posted June 28, 2008 Posted June 28, 2008 I am automating entering searches in a website. I have been able to get all the form based entries to work so far until now. I was hoping to get some help on how to automate this one piece successfully. First, I choose the form: $oForm = _IEFormGetObjByName ($oIE, "SearchForm") Now in this form there is a drop down list. This list has an onchange event of selectView();. I know the option I want to submit with this drop down list. SO basically how do I send: selectView(EXPORT_3rdPartyList); The EXPORT_3rdPartyList is one of the OPTION value= lines. I want to essentially launch the onchange event with the correct option value. Can anyone help me out?
PsaltyDS Posted June 29, 2008 Posted June 29, 2008 _IEFormElementOptionselect() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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