Thank you. But the anchor is only valid to text or image link, not
<input> or <Button> element.
I just don't know how to make a link to the 2 type of buttons,
one is <input type="button">, another is<Button></Button>,
the only way i know is <form action="...">, but it is only valid
when the type is "submit".
Function isset() can detect whether a button has been clicked,
but only when you click the "submit" type button, other types
are invalid. How to know other type buttons are clicked or not,
such as <input type="button">, <Button></Button> before I use
header() to do redirection?