https://lgbconnekt.in/

送信済みURL:
https://lgbconnekt.in/
レポート終了日:

リンク · 0件検出

JavaScript変数 · 10件検出

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
DP_jQuery_1734200428978function
isNumberfunction
checkInputfunction
reloadfunction
ValidationEventfunction

コンソールログメッセージ · 3件検出

規模分類ログ
warningdom
URL
https://lgbconnekt.in/
テキスト
[DOM] Found 2 elements with non-unique id #submitform: (More info: https://goo.gl/9p2vKq) %o %o
verbosedom
URL
https://lgbconnekt.in/
テキスト
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://lgbconnekt.in/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>L.G.Balakrishnan &amp; Bros Limited</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="layout/styles/layout.css" type="text/css">
<script type="text/javascript" src="layout/scripts/jquery.min.js"></script>
<link href="js/jquery-ui.css" rel="stylesheet">
<script type="text/javascript" src="js/jquery-3.7.0.js"></script>
<script src="js/jquery-ui.js"></script><link rel="stylesheet" href="validation/css/validationEngine.jquery.css" type="text/css">
	<script src="validation/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8">
	</script>
	<script src="validation/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
	<script>
	
		jQuery(document).ready( function() {
			
			
			// binds form submission and fields to the validation engine
			jQuery("#formID").validationEngine();
		});
	</script>
<script type="text/javascript">
function isNumber(evt) {
    evt = (evt) ? evt : window.event;
    var charCode = (evt.which) ? evt.which : evt.keyCode;
    if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        return false;
    }
    return true;
}

function checkInput(elem){
    if(elem.value.length != 6){
        alert("This Vendor Code Should to be 6 characters long!");
        elem.value = ""; // Reset the textbox
    }
    else{
       
    }
}

function reload()
{
img = document.getElementById("capt");
img.src="captcha-image-adv.php?rand_number=" + Math.random();
}
   </script>
    <script>
  $(function() {
	    $("#dialog").hide();
    $( "#dialog" ).dialog({
      modal: true,
	  width:"45%",
	  resizable: false,
     draggable: false,
	        buttons: {
        "OK": function() {
			window.location="index.php";
          $( this ).dialog( "close" );
        }
      }
     
    });

	  

  });
  </script>
   <script type="text/javascript">

// Below Function Executes On Form Submit
function ValidationEvent() {

	if(assignmentForm.username.value.length==0)
  {
document.getElementById('errfn').innerHTML="Enter Vendor Code";
  }
   else{
	  document.getElementById('errfn').innerHTML="";
  }
  if(assignmentForm.password.value.length==0)
  {
document.getElementById('emailv').innerHTML="Enter Password";
  }  
  else{
	  document.getElementById('emailv').innerHTML="";
  }

// Storing Field Values In Variables
var name = document.getElementById("username").value;
var password = document.getElementById("password").value;

// Regular Expression For Email
//var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
// Conditions
if (name != '' && password != '' ) {

} else {
	
//alert("All fields are required.");
return false;
}
}
</script>
<style>

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 30s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.cbp-mc-column {
  padding: 10px 20px;
  float: left;
}
</style>
</head>
<body style="font-size: 14px">
<div class="wrapper col0">

  <div id="topbar">
    <div id="slidepanel">
      <div class="topbox">
        
        <p>Welcome to LGBConnekt</p>
        
      </div>
      
      
      <br class="clear">
    </div>
    
    <br class="clear">
  </div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col1">
  <div id="header">
    <div id="logo">
     <h1><a href="index.php"><img src="images/ecidaade.png"></a></h1>
    </div>
    <br class="clear">
  </div>
</div>
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<div class="wrapper col3">
  <div id="breadcrumb">
   
  </div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col4">
  <div id="container">
     <h3>Login</h3>
	      
	<form class="cbp-mc-form" action="logindb.php" id="" name="assignmentForm" method="post" onsubmit="return ValidationEvent();">
	<div class="cbp-mc-column">
	
	<p class="Type"> <label for="Type">Vendor Code </label> <input type="text" id="username" name="username" style="margin-left: 8px;width:54%;" autofocus="" onkeydown="return ( event.ctrlKey || event.altKey || (47<event.keyCode &amp;&amp; event.keyCode<58 &amp;&amp; event.shiftKey==false) || (95<event.keyCode &amp;&amp; event.keyCode<106) || (event.keyCode==8) || (event.keyCode==9) || (event.keyCode>34 &amp;&amp; event.keyCode<40) || (event.keyCode==46) )" maxlength="6" data-errormessage-value-missing="Enter Vendor Code"> <span id="errfn" style="color: red;">   </span></p>
	<p class="Type"> <label for="Type">Password &nbsp;&nbsp;&nbsp; &nbsp;</label><input type="password" name="password" style="margin-left: 8px;width:54%;" class="validate[required] text-input" data-errormessage-value-missing="Enter Your Password" id="password" value=""> <span id="emailv" style="color: red;">   </span></p>
	
	<span style="color: red;"></span>
		<p>
              </p><div class="submit" id="submit">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<input class="cbp-mc-submit" type="submit" name="pupillogin" id="pupillogin" value="Login"> 

              <input onclick="location.href = 'registerscreen.php';" type="button" class="cbp-mc-submit" id="submitform" value="Register"> <a href="forgetpassword.php">Forgot Password?</a></div>
               <p></p>
			   <input onclick="location.href = 'cybersecurity.php';" type="button" class="fcc-btn" id="submitform" value="Cyber Security" style="background-color:red;color:#fff;padding: 10px;">
				
	</div>
	
	

</form>

   <br><br><br><br><br><br>

</div>

<!-- ####################################################################################################### -->
<div class="wrapper col5">
  <div id="footer">

<div id="copyright">
    <p class="fl_left">Copyright © 2024 - All Rights Reserved - <a href="#">L.G.Balakrishnan &amp;  Bros Limited</a></p>
   
    <br class="clear">
  </div>

   
   
  </div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col6">
  
</div>

</div></body></html>