
兼容性
达文西不辅助
请叫我达文西。加805549946
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
浏览器兼容性
一、模态窗体1、模态窗体的关闭调用函数closeModalDialog(retValue),这个函数在util.js里2、要取得返回值,打开模态窗体后要加一句话,如下: var ret = window.showModalDialog(url, window, WindowStyle); if (ret == undefined){ ret = window.retu原创 2017-03-15 13:51:28 · 443 阅读 · 0 评论 -
window.frames[iframe].document 在ie可以用,在360、火狐中都不兼容?
1 iframe id="myf" scrolling="auto" 2 frameborder="0" src="" style="width:100%;height:100%;">3 iframe> IE:document.frames('iframename').document 这个方法只能在ie下面取得到兼容的写法转载 2017-07-24 14:24:28 · 5720 阅读 · 0 评论 -
重置按钮(兼容性)
<input type="reset" onclick="reset()" class="BUTON" value="重 置"> function reset(){ document.defaultForm.reset();}原创 2017-07-31 17:48:55 · 690 阅读 · 0 评论