--%>

When must we employ WMLScript

When must we employ WMLScript?

E

Expert

Verified

The reason of WMLScript is to offer client-side procedural logic. It is depends on ECMAScript (or that is based on Netscape’s JavaScript language), but it has been modified in places to support thin clients and low bandwidth communications. The enclosure of a scripting language in the base standard was an absolute should. While several Web developers frequently select not to employ client-side JavaScript because of browser incompatibilities (or clients running older browsers), this logic should still be substituted by extra server-side scripts. This engages extra roundtrips among clients and servers that are something all wireless developers desire to avoid. WMLScript permit code to be built in files moved to mobile client so that many of these round-trips can be eliminated.

   Related Questions in Computer Engineering