Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Tina on September 20, 2007, 07:28:00 AM



Title: Community Unjoiner
Post by: Tina on September 20, 2007, 07:28:00 AM
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);