posts - 35,  comments - 9,  trackbacks - 0

Sys.WebForms.PageRequestManagerServerErrorException

<script>

Sys.Application.add_load(function() 

var form 
= Sys.WebForms.PageRequestManager.getInstance()._form; 
form._initialAction 
= form.action = window.location.href; 
}); 

</script>

放到body最后

posted on 2008-07-26 09:08 优雅旋律 阅读(23) 评论(0) 编辑 收藏