浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年2月15日

摘要: 需要加密/解密。目前有两种方案:1.URL Encodeclient:1)Encode:escape(utf16to8(strValue));2)Decode:utf8to16(unescape(strValue));Server:1)Encode:Server.UrlEncode(strValue);2)Decode:Server.UrlDecode(strValue);2.BASE64clie... 阅读全文
posted @ 2007-02-15 15:12 浙林龙哥 阅读(403) 评论(0) 推荐(0)

摘要: 用windows.location = "xxxxURLxxxx";则可以使用IE的后退键 用windows.location.replace("xxxxURLxxxx");则不能使用IE的后退键 RE:楼主说反了--------------------- 呵呵,改过来了 阅读全文
posted @ 2007-02-15 15:06 浙林龙哥 阅读(9290) 评论(3) 推荐(0)