摘要:
function closeWin(){ hasClosed = true; window.opener.location="javascript:reloadPage();"; window.opener=null; window.close();}function reloadPage(){ history.go(0); document.execCommand("refresh") document.location = document.location; document.location.reload();} 阅读全文
随笔档案-2012年01月
获取url参数
2012-01-05 18:18 by 呦菜, 239 阅读, 收藏,
摘要:
/*------------------------------获取url参数--------------------------------*/function getParam(paramName){ paramValue = ""; isFound = false; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=")>1) { arrSource = unescape(this.location.se 阅读全文
浏览器中table有光标
2012-01-05 15:18 by 呦菜, 480 阅读, 收藏,
摘要:
用一个table布局。其中有输入框,结果发现输入框以外的table获取焦点会有光标显示,在浏览器中打开然后按F7就可以了。。 阅读全文
浙公网安备 33010602011771号