mattw112 Posted March 24, 2011 Posted March 24, 2011 (edited) There's a webpage I am on where you can select to show 20 items (default), 100 items, or "All" items.I've tried several different iterations of the following code:$oIE = _IECreate($Site)$opFrame = _IEGetObjByName ($oIE, "pgr_page_size")_IEFormElementOptionselect ($opFrame, "All", 1, "byText")I think I need to have a couple other commands in here though like:_IEFormGetObjByName_IEFormElementGetObjByNameBut when I look at the developer code I can't find a form name? Maybe I'm missing it.here's a screen capture of what I see.Any help?Thanks,Terry Edited March 24, 2011 by mattw112
PsaltyDS Posted March 24, 2011 Posted March 24, 2011 Your screen shot is not readable. Use ALT+PRTSCN to capture only the active window instead of the whole desktop. 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
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