摘要:
xmlhttp1.aspxjs 如下:function createXMLHttpReq(){ var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari, IE7 xmlHttp=new XMLHttpRequest(); } catch(e) { // Old IE try { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } catch(e) { xmlHttp=null; alert ("Your browser does not support XMLHT 阅读全文
摘要:
PushPage1.aspxjs 如下:function Change(str){ window.document.getElementById("div1").innerText=str; } function on_load(){ var ifrpush = new ActiveXObject("htmlfile"); ifrpush.open(); var ifrDiv = ifrpush.createElement("div"); ifrpush.appendChild(ifrDiv); ifrpush.parentWindo 阅读全文