Share via


Scripting Support

  Microsoft Speech Technologies Homepage

Pocket Internet Explorer on Windows Mobile 2003 provides the following scripting and HTML support:

  • HTML 4.01
  • Extensible HTML (XHTML)
  • Cascading style sheets
  • Microsoft JScript version 5.5
  • Enhanced scripting and Document Object Model support
  • Wireless Markup Language (WML) 2.0 (XHTML + WML 1.x)
  • Internet Protocol version 6 (IPv6) in IPv4/IPv6 mixed-mode environments
  • New extensible imaging library

For more details, see the topics under Designing Web Sites for Pocket Internet Explorer for Pocket PC in the MSDN Library, and the documentation on Pocket Internet Explorer that ships with Pocket PC.

Inherited Properties

In some cases properties are available that are inherited from Pocket Internet Explorer. The list of properties exposed on Pocket Internet Explorer is similar to but not identical to the list of properties exposed within Internet Explorer 6.0. One difference is that on Pocket Internet Explorer the innerText property is not available. The workaround is to use the innerHTML property on Pocket Internet Explorer. See the following example.

//Start a prompt
function StartPrompt1()
{
    alert("promptTag1.innerHTML: " + promptTag1.innerHTML);
    promptTag1.Start();
}

See Also

Using the Speech Add-in for Microsoft Pocket Internet Explorer | Authoring Notes