MarcusFernstrom Posted January 19, 2014 Posted January 19, 2014 I'm trying to figure out how to check the status of a checkbox in _IE I've been looking for a day and trying various things but can't figure it out. The checkbox is used with AJAX, I can click it using an _IEAction but I haven't figured out how to read the status of it. Alternatively I could try to check the display status of a div (The div is toggled display:none/display:block when clicking the checkbox)
somdcomputerguy Posted January 19, 2014 Posted January 19, 2014 (edited) See the ControlCommand function (Window Management | Controls) in the Help file. I have no idea if that'll work for your situation or not. It probably wont, but it's worth a try I guess. Edited January 19, 2014 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
MarcusFernstrom Posted January 19, 2014 Author Posted January 19, 2014 I think ControlCommand only works with normal windows, not browsers.
michaelslamet Posted January 19, 2014 Posted January 19, 2014 If you let us know the url, I believe somebody here will come with a solution
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