document.onreadystatechange = function(){  

if("row_id"  in document.myForm) 
{
    if(document.readyState=="complete") {   
         alert("存在");
      } else{

    alert("不存在");

      }
}

}

posted on 2012-05-22 12:15  紫藤话  阅读(408)  评论(0编辑  收藏  举报