|

楼主 |
发表于 2010-5-26 09:49:30
|
显示全部楼层
我只想单独运行协同系统业务空间,Business.jsp 中:
X3X.Params = "<%= params%>";
X3X.UpdateVersion();
X3X.ShowSplash();
X3X.Init();
X3X.Logon("050456","050456");
X3X.CloseSplash();
X3X.Run("Biz:\\System\\Init.func", "Biz:\COLLABORATION", "", "");
document.body.onbeforeunload=BeforeClose;
document.title = X3X.DisplayName;
是这样? |
|