per quel che so non lavora ancora su textarea ma solo su input
inoltre meglio che invii via web, non da client locale
codice:
html5
<form method="POST" action="script.asp/php/linguaggio-che-ti-pare">
<textarea name="testo" rows="2" cols="20" x-webkit-speech></textarea>
<input type="submit" value="Invia" name="B1" /><input type="reset" value="Reimposta" name="B2" />
</form>
codice:
html5
<form method="POST" action="script.asp/php/linguaggio-che-ti-pare">
<input type="text" name="testo2" x-webkit-speech />br>
<input type="submit" value="Invia" name="B1" /><input type="reset" value="Reimposta" name="B2"/>
</form>