form_mod.php 245 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <!DOCTYPE html> <html> <form method="post" action="main.php"> <input type="button" id="mod" name="mod" class="pannel-button" value="Mod" onclick="this.form.submit()"/> <input type="hidden" id="mod" name="mod" value="MOD"/> </form> </html>