摘要:http://www.cnblogs.com/polk6/archive/2016/01/03/5051935.html
阅读全文
摘要://IE浏览器定义的特殊属性,通过hack方式判断IE版本来执行不同的代码,IE8以下浏览器自动创建html5语义标签,从而实现兼容<!--[if lte IE 8] <script src=./js/html5shiv.min.js></script><![endif]-->
阅读全文
摘要:Test function autorunA(){var dtx=document.getElementById('divTest');var as=dtx.getElementsByTagName('a');as[0].click();}
阅读全文
摘要:1.编写标签类package com.pccw.business.fnd.common.filegen;import java.io.IOException;import java.io.Writer;import java.util.Map;import freemarker.core.Envir...
阅读全文
摘要:p { font-size:12px;}.txtStyle1{ color:bule;}#textStyle2{ color:red;}只读文本框更改背景颜色input{ background-color:expression(this.readOnly==true?"#EEEEEE":"#...
阅读全文
摘要:function iframeAutoFit(iframeObj) { setTimeout(function() { if (!iframeObj) return; iframeObj.heig...
阅读全文