From 1f768e2f7f135845e06a8d0c0b0b2e97b7c2c2ae Mon Sep 17 00:00:00 2001 From: G Date: Mon, 12 Nov 2018 11:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/logon.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/WebContent/logon.html b/WebContent/logon.html index 3ded0d87e..1dbccfd36 100644 --- a/WebContent/logon.html +++ b/WebContent/logon.html @@ -38,7 +38,7 @@
用户名ID:
-
密码:
+
密码:
@@ -99,11 +99,7 @@ function chkForm(theForm){ } writeCookie("UserID",theForm.UserID.value, 240); writeCookie("UserIDSelected",theForm.UserIDSelected.value, 240); - - theForm.action = theForm.action + "?UserID=" + theForm.UserID.value + "&Password=" + theForm.Password.value; - - theForm.UserID.value = ""; - theForm.Password.value = ""; + return true; }