form_parameter.php 281 Bytes
<!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>