diikee Posted June 14, 2008 Posted June 14, 2008 <SELECT onchange=setQuality(this); name=quality><OPTION value=high>medium</OPTION> <OPTION value=medium selected>high</OPTION> <OPTION value=low>fine</OPTION> <OPTION value=xlow>superfine</OPTION></SELECT>$oForm = _IEFormGetObjByName ($oIE, "myform") $oInputs = _IETagNameGetCollection ($oIE, "select") For $oInput In $oInputs If ($oInput.name) = "quality" then MsgBox(0, "Form Input Type", "Form: " & $oInput.innnerText & " Type: " & $oInput.Option) ExitLoop EndIf ;_IEFormElementOptionselect($oQuery, "none", 1, "bytext") NextI want to:- get all the values before I start the selection option but having problemsMsgBox(0, "Form Input Type", "Form: " & $oInput.innnerTextMsgBox(0, "Form Input Type", "Form: " & $oInput^ ERROR
nobbe Posted June 15, 2008 Posted June 15, 2008 im am not really shure what you are trying to do but $oInput.innnerText - inner has only 2 "n"
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