How do JavaScript objects like the “document” and “window” map to voice applications?
The object model exposed by Web browsers such as Netscape Navigator and Microsoft Internet Explorer is applicable to Web browsers only. JavaScript is a general purpose programming language that provides a facility to allow its host to extend the language by adding objects, properties, and methods. The Tellme VoiceXML interpreter hosts the JavaScript engine and extends the language with a limited set of global functions to write text to the Debug Log and to set and retrieve cookies.