johng80 0 Posted January 28, 2011 I'm trying to create a script to select a value from a dropdown list on a website. Not sure where to begin with, an help will be greatly appreciated. <select title="Quantity" id="quantity_select" <option value="0">0</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> Share this post Link to post Share on other sites
PsaltyDS 39 Posted January 28, 2011 _IEFormElementOptionselect() See help file. 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 Share this post Link to post Share on other sites