摘要:
阅读全文
摘要:
<script type="text/javascript">onerror=handleErrvar txt=""function handleErr(msg,url,l){txt="本页中存在错误。\n\n"txt+="错误:" + msg + "\n"txt+="URL: " + url + "\n"txt+="行:" + l + "\n\n"txt+="点击“确定”继续。\n\n&quo 阅读全文
摘要:
var urls;function animate(pos){ /*只现实一次gif图 if(pos==urls.length){ return false; } */ pos %=urls.length; document.images["animate"].src=urls[pos]; setTimeout("animate("+(pos+1)+");",1000);}window.onload=function(){ urls=new Array("http://img.t.sinajs.cn/t4/s... 阅读全文
摘要:
http://docs.kissyui.com/docs/html/index.htmlkissyui API 阅读全文
摘要:
<!--[if IE 6]><script> var isIE6 = true;</script><style>* html { background-image:url(about:blank); background-attachment:fixed; }* html .mask_content { z-index: 9999; position: absolute !important; left: expression(eval(document.documentElement.scrollLeft + document.document 阅读全文
摘要:
var search = location.search.substr(1), flag = 0, arr = search.split('?'); if (arr && arr.length > 0) { for (var i = 0, len = arr.length; i < len; i++) { var item = arr[i].split('='); if (item[0] === 'flag') { ... 阅读全文
摘要:
http://docs.kissyui.com/docs/html/demo/index.html 阅读全文
摘要:
<script type="text/javascript">// <![CDATA[<span id="mce_marker" data-mce-type="bookmark"></span><span id="__caret">_</span>// <![CDATA[(function($){ $.fn.scroll = function(options) { var settings = { lines: 2, delay: 2000 } 阅读全文
摘要:
动态弹出浮层,跨域加载一个 iframe 页面,发现 IE6 下无法正常显示。见图所示:最初怀疑是innerHTML方式创建 iframe 节点导致的:document.getElementById('a').innerHTML = '<iframe width="500" height="100" src="http://www.mangguo.org/"></iframe>';但这样操作实际测试 IE6 是可以正常显示 iframe 页面的。百度之,发现同类问题有,但大多都是 阅读全文