-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: password error five times source HTML
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |