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; }