上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 随着W3C一声令下,几年前使用非常频繁的frameset + frame已完成使命,光荣退伍。作为frameset的替代方案(姑且这么称吧),iframe的使用也多了起来。较frameset方案,iframe在使用上更加灵活,文档结构更加友好。本文就js操作iframe在不同浏览器(没错,又是浏览器... 阅读全文
posted @ 2015-10-30 00:09 临冰听雪丶 阅读(1131) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/wclxyn/article/details/7090575/ 阅读全文
posted @ 2015-10-30 00:04 临冰听雪丶 阅读(111) 评论(0) 推荐(0)
摘要: http://www.haoservice.com/docs/65 阅读全文
posted @ 2015-10-29 23:57 临冰听雪丶 阅读(132) 评论(0) 推荐(0)
摘要: /// /// 返回状态数据 /// /// /// public DataSet RetuenStatusData(string[] values, out string message) { t... 阅读全文
posted @ 2015-10-29 23:54 临冰听雪丶 阅读(249) 评论(0) 推荐(0)
摘要: http://www.runoob.com/bootstrap/bootstrap-buttons.htmlfile:///C:/LiuHuan/bc-bootstrap/bc-bootstrap/html-templates/icons.htmlhttp://nakupanda.github.io... 阅读全文
posted @ 2015-09-07 23:45 临冰听雪丶 阅读(128) 评论(0) 推荐(0)
摘要: window.iframeId.btnClose.click();父调子 window.parent.FatherFunciton();子调父 阅读全文
posted @ 2015-09-07 23:44 临冰听雪丶 阅读(151) 评论(0) 推荐(0)
摘要: Install-Package 安装包 -Version 4.3.1 参数指定版本Uninstall-Package 卸载包Update-Package 更新包Get-Package 默认列出本地已经安装了的包 可以加参数 -remote -filter entityframework 来在包源... 阅读全文
posted @ 2015-09-07 23:35 临冰听雪丶 阅读(124) 评论(0) 推荐(0)
摘要: /// /// Cookies赋值 /// /// 主键 /// 键值 /// 有效天数 /// public bool setCookie(string strName, string strV... 阅读全文
posted @ 2015-08-31 23:10 临冰听雪丶 阅读(211) 评论(0) 推荐(0)
摘要: function post(URL, PARAMS) { var temp = document.createElement("form"); temp.action = URL; temp.method = "post"; temp.styl... 阅读全文
posted @ 2015-08-11 22:00 临冰听雪丶 阅读(386) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-08-10 23:18 临冰听雪丶 阅读(148) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页