gxh973121

博客园 首页 新随笔 联系 订阅 管理
这段代码执行客户端页面验证
function PageValid()
{
    if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())
    {
        return true;
    }
    else
    {
        return false;
    }
}
posted on 2005-01-28 08:43  gxh973121  阅读(320)  评论(0)    收藏  举报