Next step was to incorporate the keys into the buttons so that if I pressed them they would send that Request:
<div id="tv-btns-container">
<form action="index.php" method="get">
<a href="#"><button type="submit" name="tv" class="tv-btns" id="volumeup"
value="volumeup">+</button></a>
<a href="#"><button type="submit" name="tv" class="tv-btns" id="volumedown" value="volumedown">-</button></a>
<a href="#"><button type="submit" name="tv" class="tv-btns tv-mid-btn" id="ligardesligar" value="ligardesligar"><img src="on-off.png"/></button></a>
<a href="#"><button type="submit" name="tv" class="tv-btns" id="channelup" value="channelup"><</button></a>
<a href="#"><button type="submit" name="tv" class="tv-btns last-btn" id="channeldown" value="channeldown">></button></a>
</form>
</div>
No comments:
Post a Comment