ajax.js
摘要:
var xmlhttp; function createxmlhttprequest() { if(window.ActiveXObject) { xmlhttp=new ActiveXObject((navigator.userAgent.toLowerCase().indexOf('msie 5') != -1) ? 'Microsoft.XMLHTTP' : 'Msxml2.XMLHTTP'); } } function sendstring(frmID,URL) { //debugger; createxmlhttprequest(); 阅读全文
posted @ 2011-05-16 17:06 汤尼 阅读(146) 评论(0) 推荐(0)

浙公网安备 33010602011771号