

Here is the Script for Aadhaar Consent Entry in MGNREGA MIS. It will partially automate the process.
It will ONLY work in Google Chrome browser.
Entering the card no, selecting registration, selecting the designation and Name have to be done MANUALLY.
After selecting those paste this code in the console window.
Submit have to be clicked manually.
To open console window press Shift+Ctrl+J and click Console tab.
You can put any date as you want. But in the same format as used here.
var inputs = document.getElementsByTagName("input");
for(var i = inputs.length-1;i>=0;i--)
{
if(inputs[i].getAttribute("type")=="checkbox")
{
inputs[i].checked=true;
}
}
for (i=0;i<=10;i++)
{
var ds=i+2;
ds = (ds < 10) ? "0" + ds : ds;
document.getElementsByName ( "ctl00$ContentPlaceHolder1$grid1$ctl" + ds + "$txt_mord_con_dt" )[0].value="12/01/2017";
}
P.S. : This script is being published on request of Subha Prasad Pal, VLE of PIYASALA Gram Panchayat, under Garbeta-II Block of Medinipur(West) District.

Fantastic website. A lot of useful info here. I am sending it to
some friends ans additionally sharing in delicious.
And obviously, thank you for your sweat!
Hello! Do you use Twitter? I’d like to follow you if that would be
ok. I’m definitely enjoying your blog and look forward to
new posts.
You are so cool! I don’t think I’ve read anything like this before.
So wonderful to discover another person with a
few unique thoughts on this subject matter. Really..
thank you for starting this up. This site is one thing that’s needed on the internet, someone with
a little originality!
Stunning quest there. What occurred after? Good luck!
When I initially commented I clicked the “Notify me when new comments are added” checkbox and
now each time a comment is added I get three e-mails with the same comment.
Is there any way you can remove people from that service?
Thanks!
Excellent article. I definitely appreciate this website.
Keep it up!
Very good info. Lucky me I found your website by accident (stumbleupon).
I’ve saved it for later!
please update this txt file . MIS option had changed .
Please give text file
Click “Open Code in New Window” icon. It will open in a text file. If you cannot see that icon clear browser cache.