代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/253602/12210357
txt greasemonkey firefox extension arbitrary file disclosure exploit.txt
// Proof of concept exploits by Mark Pilgrim
// #1 - Will disclose the contents of c:\boot.ini
window._GM_xmlhttpRequest = null;
function trapGM03
www.eeworm.com/read/250058/12438110
js feature-detection.js
// Please note: this file contains snippets for comparison
// it is not self-contained or ready-to-use code as such
var xmlHttpExists = typeof XMLHttpRequest;
var byIdExists = typeof document.g
www.eeworm.com/read/232049/14210579
js gc.js
function xmlhttp()
{
var A=null;
try
{
A=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e)
{
try
{
A=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(oc)
{
if (type