本文介绍了无法获取未定义或空引用的属性“PageRequestManager”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我在IE-10浏览器中遇到以下错误,在其他浏览器中运行正常。 无法获取属性''PageRequestManager''未定义或空引用 < script 类型 = text / javascript language = javascript > Sys.WebForms.PageRequestManager.getInstance()。add_beginRequest(beginRequestHandle); Sys.WebForms.PageRequestManager.getInstance()。add_endRequest(endRequestHandle); function beginRequestHandle(sender,Args){ // 这里的一些代码 } function endRequestHandle(sender,Args){ // 这里的一些代码 } < / script > 请提供问题和解决方案的性质。?解决方案 您将在此站点获得此解决方案。 http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMainta inFF5ScrollbarPosition.aspx [ ^ ] Hi, I am getting the below error in IE-10 browser and works fine in other browsers."Unable to get property ''PageRequestManager'' of undefined or null reference"<script type="text/javascript" language="javascript">Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequestHandle);Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestHandle);function beginRequestHandle(sender, Args) {//some code here}function endRequestHandle(sender, Args) {// some code here}</script>Please provide the nature of the issue and solution .? 解决方案 You will get the solution for this in this site.http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx[^] 这篇关于无法获取未定义或空引用的属性“PageRequestManager”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 05-25 12:09