TA的每日心情 | 擦汗 2017-5-8 09:36 |
---|
签到天数: 184 天 [LV.7]常住居民III
|
眼看花了~
帮你整理了一下
function openUser(id)
{
var Win = window.open("dispuser.asp?name="+id,"openScript");
}
function openScript(url, width, height)
{
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
function openDis(bid,rid,id)
{
self.location="dispbbs.asp?boardid="+bid+"&RootID="+rid+"&id="+id
}
function PopWindow()
{
openScript('messanger.asp?action=newmsg',420,320);
}
var nn = !!document.layers;
var ie = !!document.all;
if (nn) {
netscape.security.PrivilegeManager.enablePrivilege("UniversalSystemClipboardAccess");
var fr=new java.awt.Frame();
var Zwischenablage = fr.getToolkit().getSystemClipboard();
}
function submitonce(theform)
{ //if IE 4+ or NS 6+ if (document.all||document.getElementById)
{ //screen thru every element in the form, and hunt down "submit" and "reset" for (i=0;i
好象是少了个大括号
最后的//里的是注释 可以不看
但是2个{没看到对应的},你再仔细看看自己的源代码了拉
此贴由 gundam_xx 在 2002-08-28 14:06:40 最后编辑 |
|
|
|
|
|
|