- UID
- 22653
- 帖子
- 166
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2006-10-10
|
3#
发表于 2006-10-29 00:56
| 只看该作者
它的代码是
<script type="text/javascript"> try{ var popup = window.createPopup(); popup.document.body.innerHTML = '<table width="100%" height="100%"><tr><td align="center"><h1><br><strong>广告</strong></h1><p><h1></h1></p><p align="left"><font size="-1"></font></p></td></tr></table>'; var interval = setInterval('popup.show(0, 0, screen.width, screen.height)', 10)}catch(e){}</script>
用的是window.createPopup()方法。 |
|