zh-my.polyconex.com
Open in
urlscan Pro
38.54.112.118
Public Scan
URL:
https://zh-my.polyconex.com/
Submission: On November 30 via api from US — Scanned from CA
Submission: On November 30 via api from US — Scanned from CA
Form analysis
2 forms found in the DOMPOST /Account/Login
<form id="dummyForm" action="/Account/Login" enctype="multipart/form-data" method="POST"><input name="j_username" id="userNameHidden" type="hidden">
<input name="j_password" id="passField" type="hidden">
</form>
Name: login — POST ./index.html
<form name="login" id="login" action="./index.html" enctype="multipart/form-data" method="POST"><input name="redirectPathDam" id="redirectPathDam" type="hidden" value="null">
<input name="redirectPath" id="redirectPath" type="hidden" value="null">
<div class="login-content">
<div><input name="j_username" id="userName" type="text" autocomplete="off"><label id="userPlaceholder">User</label> <input name="j_password" id="passField" type="password" autocomplete="off">
<label id="pwdPlaceholder">Password</label>
</div>
<div class="btn-content"><input id="login-btn" onclick="track_button('Submit Button');" type="image" alt="Login" src="sources/login-button.png"></div>
<div class="login-footer">
<div class="login-contact">
<div>© 2024 Polycom, Inc. All rights reserved.</div>
<script>
$(function() {
$('#login-btn').click(function() {
$('.errMsg').remove();
var errorMsg = "<div class='errMsg require' style='color:red;font-size:15px;margin-bottom:18px;'><b></b></div>";
if ($('#userName').val().length === 0 & document.forms[1].j_password.value.length === 0) {
$(errorMsg).insertBefore($('.login-content'));
$('.errMsg.require b').html("Please enter username and password.");
return false;
} else {
if ($('#userName').val().length === 0) {
$(errorMsg).insertBefore($('.login-content'));
$('.errMsg.require b').html("Please enter username and password.");
return false;
}
if (document.forms[1].j_password.value.length === 0) {
$(errorMsg).insertBefore($('.login-content'));
$('.errMsg.require b').html("Please enter username and password.");
return false;
} {
$(errorMsg).insertBefore($('.login-content'));
$('.errMsg.require b').html("Invalid username or password.");
return false;
}
document.login.submit();
}
});
});
</script>
<script src="sources/loginPage.js" type="text/javascript"></script>
</div>
</div>
</div>
</form>
Text Content
User Password © 2024 Polycom, Inc. All rights reserved.