function SetWinHeight(obj)
{
var iComment=obj;
if (document.getElementById)
{
if (iComment && !window.opera)
{
if (iComment.contentDocument && iComment.contentDocument.body.offsetHeight)
iComment.height = iComment.contentDocument.body.offsetHeight;
else if(iComment.Document && iComment.Document.body.scrollHeight)
iComment.height = iComment.Document.body.scrollHeight;
}
}
}
function ShowComment() {
var pars;
var ModuleName = "Article";
var InfoID = "2441";
var Titlelen = "50"; //內(nèi)容摘要長度,默認(rèn)是20
var Tablelen = "630"; //調(diào)用表格寬度,如100%或760
var MaxPerPage = 5; //每頁調(diào)用數(shù)量
pars="ModuleName="+ModuleName+"&InfoID="+InfoID+"&Titlelen="+Titlelen+"&Tablelen="+Tablelen+"&MaxPerPage="+MaxPerPage;
new Ajax.Updater(
"leaveMsgList",
"http://dicarini.net/Include/PowerEasy.Comment_Ajax.asp?rnd="+Math.random(),
{
method:"get",
parameters :pars,
evalScripts :true,
asynchronous:true
});
}
function ajaxPager(pars)
{
new Ajax.Updater(
"leaveMsgList",
"http://dicarini.net/Include/PowerEasy.Comment_Ajax.asp",
{
method:"get",
parameters: pars
});
}
數(shù)據(jù)載入中,請稍后……
ShowComment();
if (22==-1)
{}
else
{
document.write ("")
}