Advertisement
Guest User

Untitled

a guest
May 3rd, 2010
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <form method="post" action="demo.php">
  2. <input type="submit" name="foo" value="提交">
  3. <input type="submit" name="bar" value="保存">
  4. </form>
  5.  
  6. <form method="post" action="demo.php">
  7. <button type="submit" name="foo" value="foo_value">提交</button>
  8. <button type="submit" name="bar" value="bar_value">保存</button>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement