geeth.ecodes.lk
Open in
urlscan Pro
2606:4700:3034::6815:1a98
Public Scan
Submitted URL: https://geeth.ecodes.lk/
Effective URL: https://geeth.ecodes.lk/login.php
Submission: On August 13 via api from US — Scanned from CA
Effective URL: https://geeth.ecodes.lk/login.php
Submission: On August 13 via api from US — Scanned from CA
Form analysis
1 forms found in the DOMPOST
<form class="tf-form" method="post" style="margin-top:-30px;">
<div class="group-input"> Username <input required="" type="text" placeholder="Enter your Username" name="username">
</div>
<style>
.pin_style {
display: flex;
flex-direction: initial;
}
.pin_style input {
margin: 0 4px;
border-radius: 15px;
text-align: center;
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
color: var(--bg-dark);
}
</style>
<div class="group-input"> User PIN <div id="pin" class="pin_style">
<input required="" type="text" class="form-control" maxlength="1" name="pin1" oninput="focusNext(this, 'pin2')" inputmode="numeric">
<input required="" type="text" class="form-control" id="pin2" name="pin2" maxlength="1" oninput="focusNext(this, 'pin3')" inputmode="numeric">
<input required="" type="text" class="form-control" id="pin3" name="pin3" maxlength="1" oninput="focusNext(this, 'pin4')" inputmode="numeric">
<input required="" type="text" class="form-control" id="pin4" name="pin4" maxlength="1" oninput="focusNext(this, 'pin5')" inputmode="numeric">
<input required="" type="text" class="form-control" id="pin5" name="pin5" maxlength="1" inputmode="numeric" oninput="submitPin()">
</div>
</div>
<script>
function focusNext(current, nextInputId) {
if (current.value.length === current.maxLength) {
document.getElementById(nextInputId).focus();
}
}
function submitPin() {
var pin1 = document.getElementById('pin1').value;
var pin2 = document.getElementById('pin2').value;
var pin3 = document.getElementById('pin3').value;
var pin4 = document.getElementById('pin4').value;
var pin5 = document.getElementById('pin5').value;
var pin = pin1 + pin2 + pin3 + pin4 + pin5;
console.log("Submitting PIN:", pin);
// Here you can submit the pin to your server-side script using AJAX or any other method.
}
</script>
</form>
Text Content
❮ ❯ MANAGE YOUR INSTITUTE EASIEST WAY Start Marking Attendance,Payments & Reports with Digital World Username User PIN Log In