日期:2014-05-16 浏览次数:20367 次
document.writeln(" <form action=\"/login.aspx?act=login\" method=\"post\" name=loginForm>");
document.writeln(" 用户名:<input name=\"Username\" class=\"borderall\" type=\"text\" size=\"15\" style=\"width:100px;height:15px;\">");
document.writeln(" 密 码:<input name=\"PassWord\" class=\"borderall\" type=\"password\" size=\"15\" style=\"width:100px;height:15px;\">");
document.writeln(" <input type=\"checkbox\" name=\"CookieDate\" id=\"CookieDate\" style=\"border:0;\"\/>保存");
document.writeln(" <input type=\"submit\" name=\"Submit\" value=\"登录\" class=\"borderall\" style=\"height:19px;\"\/>");
document.writeln(" <\/form>");
document.writeln(" <form id='loginForm' action=\"/login.aspx?act=login\" method=\"post\" name=loginForm>");