form_channel.php 269 Bytes
<!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>