成都賽維思網絡技術有限公司

新聞資訊

當前位置:首頁 > 新聞資訊 > 網站建設開發

如何設置網站搜索輸入框語音錄入小圖標

來源:成都網站建設    作者:賽維思網絡    發布日期:2014-04-11    瀏覽:2383次

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔 - www.fytpjy.cn </title>
<script language="javascript">
if (document.createElement("input").webkitSpeech === undefined) {
   alert("Speech input is not supported in your browser.");
}
</script>


</head>

<body>

<form>
<input type="text" x-webkit-speech onwebkitspeechchange="foo()" />

</form>
<script language="javascript">
function foo(){
  alert('changed');
}
</script>
</body>
</html>

 

Copyright ? www.yrgym.cn All Rights Reserved. 成都賽維思網絡技術有限公司  蜀ICP備13002520號-3   Sitemap