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