MS Agent

admin

Administrator
Staff member
Hello,
first sorry for my english. I created a webpage
with MASH (Microsoft Agent Scripting Helper). So when I type
something in textarea she must read it. But
function SpeakButton() not work, where is the error?
This is the function SpeakButton():
============================================
<body>

<Script Language="JavaScript">
function SpeakButton() {
Vrgirl.Speak.document.MyForm.stufftosay.value
}
</Script>

<FORM name=MyForm>
<INPUT id=stufftosay style="WIDTH: 276px; HEIGHT: 22px" name=stufftosay>
<INPUT id=button6 style="LEFT: 197px; TOP: 246px" onclick=SpeakButton()
type=button value=http://www.webdeveloper.com/forum/archive/index.php/"Make Vrgirl say it" name=button6>
</form>

</body>
============================================

You can look the whole page source in the attached file.
Now I really need for help!
Please help me! Thank you!
 
Back
Top