另一种局部刷新

学到另一招,不需要象AJAX一样创建对象:


function testScript(resultRowCnts)
{
MyScript.src = “new.js”; // 或者”new.asp”
}