Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Tina on September 20, 2007, 12:58:00 PM



Title: Community Unjoiner
Post by: Tina on September 20, 2007, 12:58:00 PM
Community Unjoiner

This script will unjoin directly from the communities.It works for maximun of 1000 communities.


Code:
javascript: var unjoinCheckBoxes = document.getElementsByName("unjoinCheckbox");for (var i = 0; i < unjoinCheckBoxes.length; i++) {unjoinCheckBoxes[----i].checked=true;};void(0);