Skip to content

Commit

Permalink
chore: password error five times source HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jan 6, 2024
1 parent 9548354 commit 94944cf
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets_test/login/password_error_five.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<script>alert('Please Logon From Homepage!!');top.location.href='index.html';</script>


<html>
<title></title>
<head>
<META HTTP-EQUIV="Pragma" content="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Content-Type" content="text/html;charset=UTF-8">
<script language='javascript'>
function showalert(msgfilename){
obj = window.open (msgfilename,"msgwindow","height=500,width=700,scrollbars=1");
}
</script>
</head>

<body style="margin-top:0;margin-left:0;" bgcolor="#dcdcdc">











<script language='javascript'>alert('您先前已登入失敗達5次!!請30分鐘後再嘗試登入!!');top.location.href='index.html';</script>
<script type="text/javascript">
function go_change()
{
thisform.action = "system/sys010_changepwd_mod.jsp" ;
thisform.method = "post";
thisform.target = "_self";
thisform.submit();
}
</script>
</body>
</html>

0 comments on commit 94944cf

Please sign in to comment.