Jump to content

List Box not accepting change


Go to solution Solved by big_daddy,

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...