夜隼

RYSZ

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

2006年8月11日

摘要: XHTML Mobile Profile All of TAGs Attributes archive = &URLs class = nmtokens classid = URL codebase = URL codetype = cdata data = URL declare = declare height... 阅读全文
posted @ 2006-08-11 17:28 夜隼 阅读(297) 评论(0) 推荐(0) 编辑

摘要: document.getElementById('divList').getAtrribute("style")设置同理,document.getElementById('divList').setAttribute("style","width:100%") 阅读全文
posted @ 2006-08-11 16:09 夜隼 阅读(182) 评论(0) 推荐(0) 编辑

摘要: if(CheckBrowser() == "IE") { var diagReturn = showModalDialog("admin_calendar_add.jsp?date="+currentDate+"&hour="+hour,'','dialogWidth:700px;dialogHeight:700px;help:No;resizable:No;'); if(diagRet... 阅读全文
posted @ 2006-08-11 15:42 夜隼 阅读(445) 评论(0) 推荐(0) 编辑

摘要: 可以使用window.top.document.getElementById("mainFrame").cols 阅读全文
posted @ 2006-08-11 15:11 夜隼 阅读(1746) 评论(0) 推荐(0) 编辑

摘要: 以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefox 1. document.form.item 问题 (1)现有问题: 现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在 MF 下运行 (2)解决方法: 改用 document.formName.el... 阅读全文
posted @ 2006-08-11 15:01 夜隼 阅读(365) 评论(0) 推荐(0) 编辑

摘要: 可以使用document.getElementById('divList').setAttribute("style","CSS"); 阅读全文
posted @ 2006-08-11 12:21 夜隼 阅读(1907) 评论(3) 推荐(0) 编辑

摘要: 可以使用cursor:pointer; 这个在IE/Firefox下都支持 阅读全文
posted @ 2006-08-11 12:07 夜隼 阅读(1712) 评论(1) 推荐(1) 编辑

摘要: 以前一直写的是originalRequest.responseTEXT,才发现在FireFox下应该写成originalRequest.responseText; 阅读全文
posted @ 2006-08-11 12:04 夜隼 阅读(617) 评论(0) 推荐(0) 编辑

摘要: if(objXml.getElementsByTagName("msg")[0].firstChild.nodeValue.indexOf("验证码")>-1) { //刷新RND document.getElementById('imgRnd').src = "../rnd.do?type=admin_rnd&"+Math.random(); } 阅读全文
posted @ 2006-08-11 11:46 夜隼 阅读(849) 评论(0) 推荐(0) 编辑