12 2012 档案

摘要:<html><body bgcolor="#000000"><p align="center"><object type="application/x-shockwave-flash" data="vcastr3.swf" tppabs="vcastr3.swf" width="450" height="290" id="vcastr3" > <param name="mo 阅读全文
posted @ 2012-12-14 09:11 甲壳虫博客 阅读(464) 评论(0) 推荐(0)
摘要:function mWin(src, width, height, showScroll){ ret = window.showModalDialog(src, "", "location:No;status:No;help:No;dialogWidth:" + width + ";dialogHeight:" + height + ";scroll:" + showScroll + ";"); if (ret == "ok") { window.location.reloa 阅读全文
posted @ 2012-12-14 09:01 甲壳虫博客 阅读(122) 评论(0) 推荐(0)
摘要:第一种方法,采用浏览器的不同反回结果if(! -[1,]){ //IE浏览器}else{ //IPAD Safari}第二种方法,用脚本识别if (navigator.userAgent.indexOf("iPad") > 0) {//Ipad}else if (navigator.userAgent.indexOf("iPhone") > 0) {//Iphone}else {//Ie} 阅读全文
posted @ 2012-12-12 16:35 甲壳虫博客 阅读(300) 评论(0) 推荐(0)