Use of WMLScript

When should I employ WMLScript?

E

Expert

Verified

The reason of WMLScript is to provide client-side procedural logic. It is depending on ECMAScript (which is depends on Netscape’s JavaScript language), though it has been altered in places to support low bandwidth communications & thin clients. The inclusion of a scripting language in the base standard was an absolute must. While several Web developers regularly select not to use client-side JavaScript because of browser incompatibilities (or clients running older browsers), this logic have to still be replaced by additional server-side scripts. This includes extra roundtrips among clients and servers that are something all wireless developers desire to avoid. WMLScript let code to be built into files transferred to mobile client so that number of these round-trips can be removed. While you need to add interactivity to your WML-pages, such like user input, you have to use WMLScript.

 

   Related Questions in Computer Networking

©TutorsGlobe All rights reserved 2022-2023.