نویسه جدید وبلاگ
<
script
type
=
"text/javascript"
>
function gettext(sound) {
document.getElementById("rec").value = "" ;
document.getElementById("commentbox").value = sound ;
document.getElementById("commentbox").focus() ;
}
</
script
>
<
input
id
=
"rec"
onwebkitspeechchange
=
"gettext(this.value)"
x-webkit-speech>
<
textarea
cols
=
"75"
id
=
"commentbox"
></
textarea
>