fishlester Posted August 22, 2010 Posted August 22, 2010 wat script can choose 'Feb' or 'Mar' , Below is the html , please help ... <select class="" id="birthday_month" name="birthday_month" onchange=""><option value="-1">Month:</option><option value="1">Jan</option> <option value="2">Feb</option> <option value="3">Mar</option> <option value="4">Apr</option> <option value="5">May</option> <option value="6">Jun</option> <option value="7">Jul</option> <option value="8">Aug</option> <option value="9">Sep</option> <option value="10">Oct</option> <option value="11">Nov</option> <option value="12">Dec</option> </select>
DaleHohm Posted August 22, 2010 Posted August 22, 2010 See _IEFormElementOptionselect() Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
fishlester Posted August 23, 2010 Author Posted August 23, 2010 i try b4 but i dunno how make it works..
Tvern Posted August 23, 2010 Posted August 23, 2010 Then post what you tried , preferably with a link to the site, or the full source of the page.
Juvigy Posted August 23, 2010 Posted August 23, 2010 It can be in a iframe or something else and that is why not working - post the whole html code.
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