• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
DEOWB_LOGO_192X192

DEO West Bengal

The DEO Education Channel

  • Home
  • New Updates
  • Tutorials
  • ORDER
  • PAYMENTS
  • ISGP
  • UTILITY
  • Videos
You are here: Home / PAYMENTS / Script for Aadhaar Consent Entry in MGNREGA MIS

Script for Aadhaar Consent Entry in MGNREGA MIS

January 12, 2017 by Subhrapratim De

AADHAAR CONSENT ENTRY
AADHAAR CONSENT ENTRY
AADHAAR CONSENT ENTRY

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.

Filed Under: PAYMENTS, TUTORIAL

Reader Interactions

Comments

  1. SURAJIT DAS says

    February 18, 2020 at 11:02 pm

    please update this txt file . MIS option had changed .

    Reply
  2. Surajit Das says

    August 25, 2018 at 8:27 pm

    Please give text file

    Reply
    • Subho says

      August 26, 2018 at 10:13 am

      Click “Open Code in New Window” icon. It will open in a text file. If you cannot see that icon clear browser cache.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Footer

About Us

DEOWB (Data Entry Operators - West Bengal) was started in 2009 as deowestbengal.wordpress.com to help all the DEO/VLEs working under MGNREGA schemes. With times things have changed to this. If you are a DEO/VLE, you are at the right place. This is the ultimate DEO Education Channel..!!!

Social

  • Facebook
  • YouTube

© 2009–2023 DEO West Bengal