1 2 3 4 5 6 7
<!DOCTYPE html> <html> <form method="post" action="main.php"> <input type="button" id="parameter" name="parameter" class="pannel-button" value="Parametre" onclick="this.form.submit()"/> <input type="hidden" id="parameter" name="parameter" value="PARAMETER"/> </form> </html>