Recent Articles
Javascript to Auto select all friends while inviting for Event or Fan page.


Follow the steps:
1. While inviting your friends, you will see a window like the following one:
Now scroll down till the end of the list, because your all friends are not loaded yet in the window shown. If you dont do so, then only friends that are loaded till, will only get selected after using javascript.
2. Now copy the following script and paste it into the URL bar.
var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
3. After pasting write 'javascript: ' in front of the upper script. Now it should look like the following.
javascript:var x=document.getElementsByTagName("input");for(var i=0;i <x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
Note: You could directly copy and paste the script of step 3rd, but for security purpose some browsers automatically remove 'javascript: ' from the script and paste the remaining only.
4. After pasting, press enter, as soon as you do it, you will get a message that 'all friends all selected', and now you can send the invitation.
If you want more information and tutorials about Facebook, check out other posts under category Facebook.


0 comments for this post
Leave a reply
Subscribe to:
Post Comments (Atom)
TechByte4U on Facebook
Popular Posts
Windows Genuine Notifications is a problem that every computer operator faces in her life. It notifies you if a copy of Windows XP is not ge...
In this Tutorial i m giving detail description about a firefox Addon Flash and video Download about which i have also told in my last...
last week a person requested here to explain how to make a fake login page of Facebook.. So i am giving a lesson here about making fake ...
Login as administrator Administrator password can be changed easily without knowing its password. Thing needed is just access to that co...
You have no more need to read the long Pdf files line by line. Now feel free, coz your pdf will read out itself for you. Many peo...
These days I spend most of the time with books and laptop in reading and learning new things. A week ago I downloaded an e-book named The H...
Hack Google plus I hope till now all of you know what is google plus, so i am not going to write more about Google plus here. If yo...
In response to query asked by Ameer Hasan Malik Did you forget your windows login password? or want to access Admin account in schoo...
If the partition is deleted, your vital and important data stored on those partitions may become inaccessible which may create many har...
Hello Friends, Gmail and Yahoo don't have facility to add Animated signature and even in gmail you can't add html signatures al...