INDEX-HTML

04 2009 档案

摘要:操作Cookie By JavaScript: cookie Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> function getCookie(c_name) { if (document.cookie.length>0) { ... 阅读全文
posted @ 2009-04-29 18:25 sudo!! 阅读(1554) 评论(0) 推荐(0)
摘要:从aspx后台页面输出js文件 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Response.Clear(); Response.Charset = "utf-8"; Response.Buffer = true; Re... 阅读全文
posted @ 2009-04-29 16:07 sudo!! 阅读(1002) 评论(0) 推荐(0)
摘要:有时候,你会发现,在一些JS应用中,涉及到CSS的重新渲染(即页面样式需要更新)的话,IE死活不变。 此时你需要让IE重新渲染一下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function handleIEhasLayout(){ //... 阅读全文
posted @ 2009-04-15 12:52 sudo!! 阅读(680) 评论(0) 推荐(0)