摘要: 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 阅读全文
posted @ 2010-06-08 11:01 踏歌长行 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2010-06-08 10:37 踏歌长行 阅读(460) 评论(0) 推荐(0) 编辑