Is it possible to disable AJAX without disabling JavaScript completely?

前端 未结 8 2200
傲寒
傲寒 2020-12-28 21:52

Is it possible to disable AJAX without disabling JavaScript completely?

8条回答
  •  天涯浪人
    2020-12-28 22:25

    In IE this can be done with: Tools -> Internet Options -> Advanced Tab -> Scroll down to Security -> Uncheck 'Enable Native XMLHTTP Support'.

    http://msdn.microsoft.com/en-us/library/ms537505%28v=vs.85%29.aspx

提交回复
热议问题