<html> <head> <title>Form playing #1</title> </head> <body> <form method="get" action="http://www.humboldt.edu/~st10"> <!-- no PHP yet --> <input type="submit"> <input type="submit" value="SUBMIT_ME"> <input type="submit" name="NO_SUBMIT_ME"> <input type="submit" name="NO_ME" value="ME_ME"> </form> </body> </html>