coryc1123 Posted July 5, 2013 Share Posted July 5, 2013 there is a list box that changes what you see on the website according to what is selected. here is the coding im using $oIE = _IECreate("http://football.fantasysports.yahoo.com/f1/147955/editdraftresults") ;$oIE = _IEAttach("http://football.fantasysports.yahoo.com/f1/147955/editdraftresults") Local $Form = _IEGetObjById($oIE, "ysf-customdraftresults-form") Local $Select = _IEFormElementGetObjByName($Form, "newtid") _IEFormElementOptionSelect($Select, "Couto's Team", 1, "byText") It works just as it should it puts the list box on the item i want but the rest of the website doesn't change as it should until i actually go in with my mouse and click and select a different item. Is there something im missing? Link to comment Share on other sites More sharing options...
Moderators Solution big_daddy Posted July 5, 2013 Moderators Solution Share Posted July 5, 2013 I'm going to guess you are running into the same issue that we resolved >here. coryc1123 1 Link to comment Share on other sites More sharing options...
coryc1123 Posted July 5, 2013 Author Share Posted July 5, 2013 I'm going to guess you are running into the same issue that we resolved >here. Wow you are the man dude! i've been stuck on this forever! Thanks Link to comment Share on other sites More sharing options...
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