博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年4月21日

摘要: 1.每个按钮的名字都设置成一个,比如说Submit。然后在接受页面中判断这个值, 根据值的不同采取不同动作就是了。 比如: file1.php <form action="file2.php" method="post"> <input type="text" name="ok"> <input type="submit" name="mySubmit... 阅读全文
posted @ 2010-04-21 18:13 Likwo 阅读(3507) 评论(0) 推荐(0) 编辑