js 向php页面传值,$.post不执行??
代码如下: button class="button_1" id="save_btn" ontouchstart="" onclick="save()" 报名/button script type="text/javascript" function save(){ alert ("77"); var _nick=_._trim($("dt_join_form_nick").value);//姓名 var _phone=_._trim($("dt_join
代码如下:
function save(){
alert("77");
var _nick=_._trim($("dt_join_form_nick").value);//姓名
var _phone=_._trim($("dt_join_form_phone").value);//手机号
var _note=_._trim($("dt_join_form_note").value);//备注
alert(getParam("db"));
$.post('sa1.php', { id: 34 },function (text, status) { alert(text); });
alert("sdfds");
}
点击按钮时向sa1.php传值,
sa1.php:
file_put_contents("log.html",date('Y-m-d H:i:s ').$_POST["id"]."
",FILE_APPEND); printf("4353");
?>
上一篇: 如何更改Oracle中schema或user的名字
下一篇: php 安全编程
推荐阅读
-
js 向php页面传值,$.post不执行??
-
不同页面,php怎么js传值
-
php使用$_POST或$_SESSION[]向js函数传参,_post_session
-
js 向php页面传值,$.post不执行??
-
请问window.open向php页面传值的有关问题
-
php-在PHP页面跳转到另外一个页面并且传POST值
-
php使用$_POST或$_SESSION[]向js函数传参,_post_session_PHP教程
-
php使用$_POST或$_SESSION[]向js函数传参_PHP教程
-
php使用$_POST或$_SESSION[]向js函数传参
-
.NET中利用js让子窗体向父页面传值