Qousio Posted July 10, 2009 Posted July 10, 2009 (edited) Hello. Quite a long time since I have last visited autoitscript. Anyhow, there is a certain combo box, I would like to use _IE.au3 to select items in that combo box. However, I can't seem to figure out, which _IE command to use. The source looks like this: <FORM name=some_name action=/hidden_link.php method=post><CENTER><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 16pt">Random text</SPAN><BR>More text: <SELECT id=sel_something style="WIDTH: 50%" onchange="javascript: procChange();" size=1 name=sel_something><OPTION id=info_1 value="show_target_selection(1,3,0,'pick',0,'text','text','text','info_1_name',1);" selected>info_1_name</OPTION><OPTION id=info_2 value="show_target_selection(4,10,0,'pick_2',0,'text','text','text','info_2_name',1);">info_2_name</OPTION>.......</OPTION></SELECT></CENTER></FORM> So, theres a website, that has a combo-box with a bunch of items named info_$i_name, and I would like to select them somehow. Any help is appreciated. Edited July 10, 2009 by Qousio
Moderators big_daddy Posted July 10, 2009 Moderators Posted July 10, 2009 You would use _IEFormElementOptionselect().
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