医馆笑传1百度云全集:LEADBBS怎么安装许愿插件

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/09 16:45:04
http://w.leadbbs.com/a/a.asp?BoardID=10&ID=426572
请先看这个帖子~

"向上翻到237行,加入代码:
<script language="JavaScript">
//打开祈愿板
function openwin(theU,theN,W,H,X,Y){
if (theU==null) theU="about:blank";
if (theN==null) var Win = window.open(theU,'_top');
else {
if (X==null) X=Math.ceil( (window.screen.width-W) / 2 )
if (Y==null) Y=Math.ceil( (window.screen.height-H) / 2 )
var Win = window.open(theU,theN,'toolbar=0,location=0,directories=0,status=0,menubar=0,width='+W+',height='+H);
Win.resizeTo( Math.ceil( W ) , Math.ceil( H ) )
Win.moveTo ( Math.ceil( X ) , Math.ceil( Y ) )
}
Win.focus();
}
</script> "

我找不到237行!!因为我是用记事本打开的..
哪位高人能帮帮忙啊?~写的越清楚越好~我实在太菜了