- 제출된 URL:
- https://www.kavctrust.com/testbed/form/website/renewal.php
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 10개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
newUser | function |
onlogin | function |
jQuery110204856437555663946 | object |
showRegister | function |
showLogin | function |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="../css/jquery-ui.css">
<script src="../js/jquery.min.js"></script>
<script src="../js/jquery-1.10.2.js"></script>
<script src="../js/jquery-ui.js"></script>
<script src="../js/jquery.validate.min.js"></script>
<script src="//nanochipsolutions.com/vlsiJobPortal/expjs/jquery.maskedinput.js"></script>
<script type="text/JavaScript">
$(document).ready(function() {
var idload = "0";
if(idload==1) {
$('#myModal').modal({
backdrop: 'static',
keyboard: false
})
$('#myModal').modal('show');
} else if(idload==3) {
$('#sorry').modal({
backdrop: 'static',
keyboard: false
})
$('#sorry').modal('show');
}
});
$(function() {
$.mask.definitions['~'] = "[+-]";
$("#email_address").mask("9999-9999-9999", {placeholder: "____-____-____"});
});
function newUser(){
if($("#new_user_first_name").val()=="") {
alert("Please Enter Name");
return false;
}
if ($('#new_user_email_address').val()=="") {
alert("Please Enter Email Address");
return false;
}
if ($('#new_user_email_address').val()=="") {
alert("Please Enter Password");
return false;
}
if($("#termsandcondition:checked").prop('checked')!=true) {
alert("Please accept the terms and condition");
return false;
}
var sumtotal = $("#total").val();
if(sumtotal=='') {
alert('Please enter sum of two numbers');
return false;
}
var exactTotal = '6';
if(sumtotal!=exactTotal) {
alert('Please enter valid sum of two numbers');
return false;
}
$( "#homepage" ).submit();
}
function onlogin(){
if($("#email_address").val()=="") {
alert("Please Enter Aadhar Number");
} else {
$( "#homepage" ).submit();
}
}
</script></head>
<body style="">
<div class="container-fluid">
<div class="login-wrapper">
<div class="login-block clearfix">
<div class="row">
<div class="col-sm-6 text-center">
<div class="lhs" style="padding-top:50px;">
<p><img src="img/logo.png" alt=""></p>
<h4 style="text-align: left;
padding-left: 10px;
font-size: 20px;
font-weight: bold;color:black;">Welcome to Higher Education Scholarship for 2024-2025</h4>
<h4 style=" text-align: left;
padding-left: 1px;
font-size: 16px;
padding-right: 1px;
font-weight: bold;">The following steps are followed to grant a Higher Education Scholarship</h4>
<ul style="text-align:left;font-size:14px;">
<li><b>1.</b> Candidate MUST fill and courier the completed Scholarship Application along with photocopies of relevant documents before 07th November 2024</li>
<li><b>2.</b> Scholarship Committee scrutinizes the applications received and calls for a face to face interview of shortlisted candidates. </li>
<li><b>3.</b> Candidates attend the face to face interview with all relevant original documents. </li>
<li><b>4.</b> Scholarship Committee informs final decision by email/SMS to selected candidates. </li>
<li><b>5.</b> Selected candidates download the declaration form and submit to KAVC Trust. </li>
<li><b>6.</b> Selected candidates attend the Scholarship Award Ceremony in Bangalore to receive the scholarship.</li>
</ul>
</div>
</div>
<form action="" method="POST" id="homepage">
<div class="col-sm-6" id="loginUserDiv">
<div class="rhs">
<div class="form-group">
<label for="" class="ctrl-label"> </label>
<label for="" class="ctrl-label"> </label>
<label for="" class="ctrl-label"> </label>
</div>
<div class="form-group">
<label for="" class="ctrl-label">Please enter your Aadhar Number</label>
<input type="text" id="email_address" name="email_address" class="form-control" value="">
</div>
<input type="submit" class="bttn" id="loginnew" value="Submit">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="display:none;">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Welcome to Higher Education Scholarship for 2020-2021</h4>
</div>
<div class="modal-body">
<ul>
<li>We found you in our database It appears you were given a scholarship last year. <a href="renewallogin.php?email=">Click here to login and proceed</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="modal fade" id="sorry" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="display:none;">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Welcome to Higher Education Scholarship for 2020-2021</h4>
</div>
<div class="modal-body" style="display:;">
Sorry we do not have your information with us
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
<script type="text/JavaScript">
function showRegister() {
$("#newUserDiv").show();
$("#loginUserDiv").hide();
}
function showLogin() {
$("#new_user_email_address").val('');
$("#newUserDiv").hide();
$("#loginUserDiv").show();
}
</script>
</body></html>