Blame view

html/Generateur/Fonctions/Waves/form_waves.php 261 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
  <!DOCTYPE html>
  <html>
  	<form method="post" action="main.php">
  		<input type="button" id="waves" name="waves" class="pannel-button" value="Waveforms" onclick="this.form.submit()"/>
  		<input type="hidden" id="waves" name="waves" value="WAVES"/>
  	</form>
  </html>