"));
content.innerHTML=responsStr.substring(start,end);
}
else {
content.innerHTML=' 正在从服务器提取数据,请稍候......';
}
}
xmlhttp.send(null);
}
s[1] = null;
s[2] = null;
}
function getseclist(parsotrID) {
var responsStr = "";
var xmlhttp=createAjax();
if (xmlhttp) {
var content=document.getElementById('content_list');
xmlhttp.open('get','/softoon/web/website/index.nsf/GetSecList?openagent&sortID='+parsotrID+'&n='+Math.random(),true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4 && xmlhttp.status==200) {
responsStr = xmlhttp.responseText;
start = (responsStr.indexOf("
"));
content.innerHTML=responsStr.substring(start,end);
}
else {
content.innerHTML=' 正在从服务器提取数据,请稍候......';
}
}
xmlhttp.send(null);
}
s[1] = null;
s[2] = null;
}
function MM_jumpMenu()
{
var page = document.getElementById("goPage").options[document.getElementById("goPage").selectedIndex].value;
getweblist(dbpath,sortID,(page-1)*20+1,20);
}
function showsec(id,name)
{
sortID = id;
title_name.innerHTML = name;
getweblist(dbpath,sortID,1,20)
}