js处理

时间:2014-04-29 11:42:45   收藏:0   阅读:315
mamicode.com,码迷
<?php 
header("Content-Type:text/html; charset=utf-8");
if(isset($_GET[‘id‘]))
    echo $_GET[‘id‘];
?>


<input  onclick="location.href=‘?id=100‘"  type="button" value="提交"/>
mamicode.com,码迷

处理,点击不经过 form提交

mamicode.com,码迷
<a href="?id"> 提交</a>
mamicode.com,码迷

 

 

js处理,码迷,mamicode.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!