<form action="/example/demo_form.aspx" method="get">
First name: <input type="text" name="fname" /><br />
Last name: <input type="text" name="lname" /><br />
<button type="submit">提交</button><br />
<button type="submit" formaction="/example/demo_admin.aspx">以管理员身份提交</button>