我找到原因了,在PageAdmin版本为2.1的JS目录下,文件all.js内,缺少以下函数,填加到这个文件即可。
function ShowImage(Url)
{
window.open("/include/showimage.aspx?src="+Url, "newwindow", "top=50,left=50,height=550, width=850, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no")
}