首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

HTML5-话音搜索框

2013-03-14 
HTML5-语音搜索框htmlheadscriptfunction echoSpeakContent(){var objVal document.getElementByI

HTML5-语音搜索框

<html><head><script>function echoSpeakContent(){var objVal = document.getElementById('speakInput').value;alert(objVal);}</script><title>html5-speaking</title></head><body><input x-webkit-speech x-webkit-grammar="bUIltin:search" lang="zh-CN" onwebkitspeechchange="echoSpeakContent();" id="speakInput"/></body></html>

热点排行