如何从另一个html页面调用按钮

时间:2018-06-16 08:15:31

标签: html iframe google-speech-api

我正在处理文字google api,SpeechToTextApiHTMLPage,我想从另一个页面调用此页面的start_button,这是我调用此按钮的html代码

<!DOCTYPE html>
<html>
<head>
    <title>SpeechToText</title>
    <style type="text/css">
        body {
            padding: 30px;
            font-family: Arial;
        }
   </style>
<body>
    <p> This is the content page. Welcome!</p>
    <br />
      <iframe src="https://www.google.com/intl/en/chrome/demos/speech.html" name="here" allowTransparency="true"  >
</iframe>

</body>
</html>

但是此页面正在重定向到谷歌api页面,因为我正在给这个页面的参考,但我如何调用start_button页面,以便从我的html页面,我可以开始语音到文本,我可以在我的页面上显示结果api页面的copy_button,请帮忙

0 个答案:

没有答案