首页 | 代码中心 | 源码下载 | 用户管理 | 用户留言 | 导航 | 繁體
代码秀,专业程序代码提供商(源码下载,编程技术)
-------------------------------------------------------------------------------- 脚本说明: 第一步:把如下代码加入区域中 <Script language="JavaScript"> <-- function win() { var h= document.winfrm.hig.value var w= document.winfrm.wid.value testWindow=window.open("about:blank",'testwin','toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h +''); testWindow.document.writeln("测试窗口"); testWindow.document.writeln(""); testWindow.document.writeln("该窗口已经按照你要求的大小打开了!"); testWindow.document.writeln("如何使用就在于你的创意了!"); testWindow.document.writeln(''); } // --> </Script> 第二步:把如下代码加入区域中 窗口宽度: 窗口高度: 特别说明:如网页特效代码中有引用图片文件等,请自己下载到本地调试!
"); testWindow.document.writeln("如何使用就在于你的创意了!"); testWindow.document.writeln(''); } // --> </Script> 第二步:把如下代码加入