COMMON SERVICE CENTRE

कमर जन सुविधा केंद्र कटिया कम्मू शाहजहाँपुर उत्तर प्रदेश भारत

नियर नूरी जमा मस्जिद E-MAIL- sherjsk.khan@outlook.com
WELCOME TO KAMAR JAN SUVIDHA KENDRA

search Data in One Click By Roll Number

Search Data 


search Student Data One Click By Roll Number

index.html
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
body{
font-family:Arial;
background:#f2f2f2;
padding:20px;
}

.box{
max-width:700px;
margin:auto;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 0 10px #ccc;
}

input{
width:100%;
padding:10px;
margin:10px 0;
}

button{
padding:10px 20px;
background:green;
color:white;
border:none;
cursor:pointer;
}

img{
max-width:150px;
margin:10px 0;
border:1px solid #ccc;
}

#result{
margin-top:20px;
}
</style>
</head>

<body>

<div class="box">

<h2>Madrsa Faizane Raza Lilbanat</h2>

<input
type="text"
id="srno"
placeholder="Enter SR No">

<button onclick="searchStudent()">
Search Student
</button>

<div id="result"></div>

</div>

<script>

function searchStudent(){

let srno =
document.getElementById("srno").value;

google.script.run
.withSuccessHandler(showStudent)
.getStudent(srno);

}

function showStudent(data){

if(data.found){

document.getElementById("result")
.innerHTML=`

<img src="${data.photo}">

<h3>${data.name}</h3>

<p><b>SR No:</b> ${data.srno}</p>

<p><b>Father:</b> ${data.father}</p>

<p><b>Class:</b> ${data.class}</p>

<p><b>Mobile:</b> ${data.mobile}</p>

<p><b>Aadhaar:</b> ${data.aadhaar}</p>

<p><b>Address:</b> ${data.address}</p>

<img src="${data.signature}">

`;

}
else{

document.getElementById("result")
.innerHTML =
"<h3>Student Not Found</h3>";

}

}

</script>

</body>
</html>









code.gs

function doGet() {
  return HtmlService.createHtmlOutputFromFile("Index");
}

function getStudent(search){

  var sheet = SpreadsheetApp
    .getActiveSpreadsheet()
    .getSheetByName("Students");

  var data = sheet.getDataRange().getValues();

  for(var i=1;i<data.length;i++){

    if(String(data[i][0]) == search){

      return {
        found:true,
        srno:data[i][0],
        name:data[i][1],
        father:data[i][2],
        mobile:data[i][3],
        aadhaar:data[i][4],
        class:data[i][5],
        address:data[i][6],
        photo:data[i][7],
        signature:data[i][8]
      };
    }
  }

  return {
    found:false
  };
}



Agar phir bhi photo na aaye

Browser me alag se ye URL kholiye:

ttps://drive.google.com/thumbnail?id=1opHtHs_lr-ZnuYz45j-W3xps9Trxdj42&sz=w1000

Aur:

https://drive.google.com/thumbnail?id=1XvhR4G1a8VZ0m7QMpFDvLXAE-wQvQipO&sz=w1000

Agar browser me image khul jati hai to dashboard me bhi dikhegi.


Test Link

https://script.google.com/macros/s/AKfycbyjv4DDjB497gQQq-zJSN35eOwzqb4Gt-jG8hvQxOHaW3i1Aso9tFpu1gRsqBRQOBIx/exec

Share:

UP Home Guard Answer Key 2026

 The UP Home Guard Answer Key 2026 for the exam held on April 25-27, 2026, is expected to be released by the Uttar Pradesh Police Recruitment and Promotion Board (UPPBPB) in the first week of May 2026 at uppbpb.gov.in. Candidates can download the answer key, response sheet, and question paper by logging in with their Registration Number and Date of Birth.

Steps to Download UP Home Guard Answer Key 2026:
  1. Visit the official website: uppbpb.gov.in.
  2. Click on the "UP Home Guard Answer Key 2026" link on the homepage.
  3. Enter your registration number and DOB/password.
  4. Download the PDF and cross-reference with your responses.
  • Total Posts: 41,424.
  • उत्तर प्रदेश पुलिस भर्ती एवं प्रोन्नति बोर्ड लिखित परीक्षा के सफल आयोजन के बाद UP Home Guard Answer Key 2026 जारी करेगा। यूपी होमगार्ड उत्तर कुंजी उत्तर प्रदेश पुलिस भर्ती एवं प्रोन्नति बोर्ड की आधिकारिक वेबसाइट पर आसानी से उपलब्ध होगी। उम्मीदवार उत्तर कुंजी की मदद से यूपी होमगार्ड परीक्षा में प्राप्त कुल अंकों के बारे में जान सकेंगे।

    • आयोग केवल संदर्भ के लिए उत्तर कुंजी जारी करेगा। हालाँकि, भर्ती का अंतिम यूपी होमगार्ड परिणाम आवेदकों द्वारा स्वयं की गई गणना से भिन्न हो सकता है।
    • यदि कोई गलती पाई जाती है तो अभ्यर्थी अनंतिम यूपी होमगार्ड उत्तर कुंजी को चुनौती भी दे सकता है।
    • भर्ती निकाय द्वारा अनंतिम उत्तर कुंजी में सभी गलतियों को ठीक करने के बाद, अंतिम यूपी होमगार्ड उत्तर कुंजी जारी की जाती है।

    UP Home Guard Answer Key 2026 कैसे डाउनलोड करें, उत्तर कुंजी को चुनौती कैसे दें और पिछले वर्ष के कट-ऑफ अंक कैसे जानें, इसके बारे में जानने के लिए इस लेख को पढ़ें।

Share:

Search This Blog

Contact Form

Name

Email *

Message *