DonationCoder.com Forum

DonationCoder.com Software => Coding Snacks => Unfinished Requests => Topic started by: axotus on January 08, 2011, 07:33 PM

Title: UNFINISHED: Mass Radio Button Select
Post by: axotus on January 08, 2011, 07:33 PM
If you have ever taken those online surveys in order to get something, you know about the part where you it shows you a page with multiple offers and whether or not you would like to see them. To choose to not view them, you have to click the radio button that is labeled "No" next to each one. This gets quite annoying after there is 20+ offers, causing you to waste time.

So, is it possible for a program to click every radio button on a page that is labeled with "No" or some other customizable text specified in a settings menu?
Title: Re: IDEA: Mass Radio Button Select
Post by: mouser on January 08, 2011, 07:53 PM
there was a really nice firefox extension for mass checkbox selecting.. dont know about radioboxes though.
Title: Re: IDEA: Mass Radio Button Select
Post by: axotus on January 08, 2011, 08:43 PM
What is the firefox extension called?
Title: Re: IDEA: Mass Radio Button Select
Post by: skwire on January 08, 2011, 08:47 PM
CheckFox: https://addons.mozilla.org/en-US/firefox/addon/2393/
CheckAll: https://addons.mozilla.org/en-US/firefox/addon/2708/
Title: Re: IDEA: Mass Radio Button Select
Post by: mouser on January 08, 2011, 08:47 PM
CheckFox: https://addons.mozilla.org/en-US/firefox/addon/2393/
Title: Re: IDEA: Mass Radio Button Select
Post by: mouser on January 08, 2011, 08:48 PM
damn it skwire stop that!
Title: Re: IDEA: Mass Radio Button Select
Post by: skwire on January 08, 2011, 08:48 PM
You gotta be quick!   :P
Title: Re: IDEA: Mass Radio Button Select
Post by: axotus on January 09, 2011, 12:57 AM
Thanks for the link. I'll check it out.

If only there was a similar extension/program for checkboxes, though.
Title: Re: IDEA: Mass Radio Button Select
Post by: timns on January 09, 2011, 10:24 AM
I wonder if RoboForm or similar could be taught to mass check/uncheck checkboxes...
Title: Re: IDEA: Mass Radio Button Select
Post by: axotus on January 09, 2011, 01:08 PM
Oops. I meant "radio buttons" in my last post. Sorry.
Title: Re: IDEA: Mass Radio Button Select
Post by: mouser on January 09, 2011, 01:21 PM
someone who has basic experience coding firefox addons should be able to modify that to support radioboxes.
Title: Re: IDEA: Mass Radio Button Select
Post by: axotus on January 09, 2011, 09:24 PM
If it matters, I'm a Google Chrome user, so a firefox add-on wouldn't help as much (though, if you make it, I would definitely use it).

Sorry to go off-topic and all, but, I noticed that a few apps were created with AHK. Are there any good tutorials for a beginner like me to get started programming with it? I looked at the website's tutorials, and I'm just wondering if there are any others that are better. If I can learn AHK, I could attempt to do this coding snack myself. Thanks.