function createDelHttpRequest() {
if (window.XMLHttpRequest) {
DelReq = new XMLHttpRequest();
if (DelReq.overrideMimeType)
DelReq.overrideMimeType('text/xml');
}
else if (window.ActiveXObject) {
try {
DelReq = new ActiveXObject('Msxml2.XMLHTTP');
}
catch (e) {
try {
DelReq = new ActiveXObject('Microsoft.XMLHTTP');
}
catch (e) {
}
}
}
}
function shanchuimg() {
createDelHttpRequest();
DelReq.onreadystatechange = DelMess;
DelReq.open("post", "shanchuimg.aspx", true);
DelReq.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
DelReq.send("spid=" + spid + "&&tuimgs=" + document.getElementById("deli").value);
}
function DelMess() {
if (DelReq.readyState == 4 && DelReq.status == 200) {
var a = DelReq.responseText;
}
}
if (window.XMLHttpRequest) {
DelReq = new XMLHttpRequest();
if (DelReq.overrideMimeType)
DelReq.overrideMimeType('text/xml');
}
else if (window.ActiveXObject) {
try {
DelReq = new ActiveXObject('Msxml2.XMLHTTP');
}
catch (e) {
try {
DelReq = new ActiveXObject('Microsoft.XMLHTTP');
}
catch (e) {
}
}
}
}
function shanchuimg() {
createDelHttpRequest();
DelReq.onreadystatechange = DelMess;
DelReq.open("post", "shanchuimg.aspx", true);
DelReq.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
DelReq.send("spid=" + spid + "&&tuimgs=" + document.getElementById("deli").value);
}
function DelMess() {
if (DelReq.readyState == 4 && DelReq.status == 200) {
var a = DelReq.responseText;
}
}