现在位置 >首页 > ASP源码
0℃
ASP/Visual Basic代码 t1.html <script language="javascript" type="text/javascript"> var xmlHttp = false; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { xmlHttp = false; } } if (!xmlHttp && typeof XMLHttpRequest != 'undefined') { xmlHttp = new XMLHttpRequest(); } function callServer() { var u_name = document.getElementById("u_name").value; if ((u_name == null) || (u_name...
阅读全文

×
腾讯微博