dw cs6 ajax ??????????????????
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dw cs6 ajax ??????????????????相关的知识,希望对你有一定的参考价值。
?????????body xmlhttp XML page ?????? func fun activex status
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>?????????????????????</title> 6 7 <script language="javascript"> 8 var xmlhttp; 9 function createXMLHttpRequest(){ 10 if(window.ActiveXObject) 11 xmlhttp = new ActiveXObject(???Microsoft.XMLHTTP???); 12 else if(window.XMLHttpRequest) 13 xmlhttp = new XMLHttpRequest(); 14 } 15 16 function test(){ 17 createXMLHttpRequest(); 18 xmlhttp.open(???GET???,???10.1.aspx???,true); 19 20 xmlhttp.onreadystatechange = function HandleStateChang(){ 21 if(xmlhttp.readyState==4&& xmlhttp.status==200) 22 alert(????????????????????????????????? + xmlhttp.responseText); 23 } 24 xmlhttp.send(null); 25 } 26 </script> 27 </head> 28 29 <body> 30 <input type="button" value="????????????????????????" onClick="test()" /> 31 </body> 32 </html>
?????????????????????.aspx??????
???????????????
1 <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="utf-8" %> 2 <%@Import Namespace="System.Data"%> 3 <% 4 Response.Write("????????????"); 5 %>;
???????????????????????????????????????????????????????????????
1.??????aspx????????????dw???????????????????????????????????????
?????????????????????????????????????????????
1.??????????????????->???????????????->????????????->IIS
????????????IIS ?????????????????????????????????->Windows????????????->
??????IIS????????? ???????????? ??????????????????????????????
?????????????????????
??????????????? ?????? ????????????????????????????????????????????????????????????
???????????????????????????
???????????????????????????????????? 404.17???????????????????????????????????????????????????????????????????????????????????????
?????????????????? .aspx????????? ?????????????????????????????? ???????????????true?????????????????????????????????????????????
以上是关于dw cs6 ajax ??????????????????的主要内容,如果未能解决你的问题,请参考以下文章
教程DW CS6+网页制作(HTML5+PHP)+网站优化(SEO)