摘要:
用户名: 密码: 记住密码 View Code 1 <!DOCTYPE HTML> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <title>js COOKIE 记住帐号或密码</title> 5 <script type="text/javascript"> 6 function GetLastUser() { 7 var id = &quo 阅读全文
摘要:
1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 4 <title>test</title> 5 <SCRIPT type=text/javascript> 6 function Set(Cookie_name) 7 { 8 var Then = new Date() 9 Then.setTime(Then.getTime() + 1*36000000 ) 阅读全文