摘要: ajaxXMLHttpRequest对象if (window.ActiveXObject) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlhttp = new X... 阅读全文
posted @ 2014-05-11 08:20 happy~girl 阅读(100) 评论(0) 推荐(0)
摘要: 把数据库的信息传到网页上。if(isset($_POST['submit'])){$user = $_POST['user']; $pwd = $_POST['pwd']; $chk = 100; if(isset($_POST['chktime'])){ $chk = $_POST['chkt... 阅读全文
posted @ 2014-05-11 08:18 happy~girl 阅读(113) 评论(0) 推荐(0)