Re: 特效代码收集
用MYIE等多窗口浏览器进入后会弹出是弹出一个新IE窗口来的,它的实现代码很简单 看 http://www.feing.com/qq37600367xongdi/yjj/lunwen/index.htm <script language="javascript"> focusid=setTimeout("focus();window.showModelessDialog('http://www.feing.com/qq37600367xongdi/yjj/tan.htm','','scroll:0;status:0;help:0;resizable:0;dialogWidth:0px;dialogHeight:0px')",0000) </script> 然后在http://www.feing.com/qq37600367xongdi/yjj/tan.htm这个页面放置这个代码: <script language=javascript>window.open('http://eyaya.com.ru','114','resizable,menubar,scrollbars,dependent,location,toolbar,width=800,height=600');setTimeout('window.close();', 0);</script>
这样弹出的多页面窗口又自动关闭了,根本看不出来……
|