// ad function dy(code) { var ojs=''; if (code=="top210x90_1"){ document.write(''); document.write(ojs);} if (code=="top210x90_2"){ document.write(''); document.write(ojs);} if (code=="top728x90&qu ot;){ document.writeln("'); document.write(ojs);} i
现在大多网站都有“运行代码”的功能,搜索吧也很早就实现了这个功能,但最近在做一个项目时,发现有些需要刷新才能看到结果,自己摸索了下,其实解决方法很简单,看如下代码: function runCode(cod1) { cod=document.getElementById(cod1) var code=cod.innerText; var newwin=window.open(”,”,”); newwin.opener = null; newwin
因系统要兼容原IE已使用的关闭方法,经调试测得,需对window.dialogArguments进行再较验,不然易出问题。
function OKEnd(vals) {
if (vals == null) vals = TRUE;
if (typeof (window.opener) == undefined) {
if (typeof (window.dialogArguments) != undefined) {
if (window.dialogArgumen