Data Entry Job | Indian E-Token job
Data entry job url: http://indianvisa-bangladesh.nic.in/visa/
how to use this javascript code:
right click > inspect element > Console > copy and paste the code, then click on Enter.
After that click on Enter Access Code text box.....
See video....
1. Indian visa e-token tips for copy/paste data:
var form = OnlineForm,
webFileNo = form.fileno,
dateOfBirth = form.birthdate,
passportNo = form.passport_no,
accessCode = form.ImgNum;
accessCode.onfocus = function () {
webFileNo.value ='Application Id';
dateOfBirth.value = 'Date Of Birth';
passportNo.value = 'Passport No';
}
2. Show get Appointment button
if the "Get Appointment" button is disable, then use the code below:
how to use this javascript code:
right click > inspect element > Console > copy and paste the code, then click on Enter.
After that click on Enter Access Code text box.....
See video....
1. Indian visa e-token tips for copy/paste data:
var form = OnlineForm,
webFileNo = form.fileno,
dateOfBirth = form.birthdate,
passportNo = form.passport_no,
accessCode = form.ImgNum;
accessCode.onfocus = function () {
webFileNo.value ='Application Id';
dateOfBirth.value = 'Date Of Birth';
passportNo.value = 'Passport No';
}
2. Show get Appointment button
if the "Get Appointment" button is disable, then use the code below:
OnlineForm.Reprint.style.display = 'none';
OnlineForm.Appointment.style.display = 'block';
3. The easy way to reload captcha code
ImgNum.addEventListener('focus', function () {
refreshCaptcha();
})
Comments
Post a Comment