|

楼主 |
发表于 2010-5-28 12:39:22
|
显示全部楼层
地址栏传入参数能在Business.jsp中取到吗,并且传入到
function BeforeClose()
{
if(!X3X.TerminateQuery())
{
event.returnValue = "";
}
}
document.title = X3X.DisplayName;
X3X.Params = "<%= params%>";
X3X.UpdateVersion();
X3X.ShowSplash();
X3X.Init();
X3X.Logon("050456","050456");
X3X.CloseSplash();
X3X.Run("Biz:\\System\\Init.func", "Biz:\\CBSGLXT_NEW", "", "");
document.body.onbeforeunload=BeforeClose;
document.title = X3X.DisplayName;
里面 |
|