p.html
夜月独狼
费电话费嘎哈噶
展开
-
iframe下面的session问题
在写iframe完成长连接获取上传状态的时候,有两次请求,一次上传,一次获取状态的。发现第一次上传上传的请求和获取状态的请求是不同的session,再次上传时就没问题了。找了资料,都说是放jsessionid,或者加P3P头信息。这些都不是我现在的真正问题。在google的bug工具中,看到原因了。我的iframe写得是 [img]http://dl.i...原创 2011-12-04 19:52:44 · 696 阅读 · 0 评论 -
HTML <!DOCTYPE>声明
关于html的头部,如会写在w3cschool中有说明http://www.w3schools.com/cn/tags/tag_doctype.asphttp://www.w3school.com.cn/xhtml/xhtml_dtd.asp原创 2012-03-21 21:38:28 · 136 阅读 · 0 评论 -
iframe 自适应高度
iframe代码,注意要写IDjquery代码1://注意:下面的代码是放在test.html调用$(window.parent.document).find("#main").load(function(){var main = $(window.parent.document).find("#main");var thisheight = $(documen...原创 2014-02-13 15:49:12 · 138 阅读 · 0 评论