Skip to content
Surf Wiki
Save to docs
technology/programming-languages

From Surf Wiki (app.surf) — the open knowledge base

WMLScript

Programming language


Programming language

WMLScript is a procedural programming language and dialect of JavaScript used for WML pages that is part of the Wireless Application Protocol (WAP), and was published on April 30, 1998.

WMLScript is a client-side scripting language and is similar to JavaScript. Similarly to JavaScript, WMLScript is used for tasks such as user input validation, generation of error messages, and other dialog boxes.

WMLScript is based on ECMAScript (European Computer Manufacturers Association Script), which is JavaScript's standardized version. Thus, the syntax of WMLScript is similar to JavaScript, but not fully compatible. WMLScript does not have objects or arrays like Javascript does. It does allow the programmer to declare and include external functions from other scripts. WMLScript is optimized for low power consumption and is compiled with bytecode.

Some versions of WMLScript include 1.0, which was the launch version from April 30th, 1998. 1.1, which released on June 16th, 1999 and brought some minor enhancements. 1.2 was released in June 2000, but is less documented and lacks a more specific publication date. On Oct 25, 2001, a consolidated version of WMLScript was released, and unified all versions, this was not a new version, it only standardized formatting and unified the specification. Additionally a less standardized and disputed 1.3 version that was not officially released by OMA, but appears in some third party sources, and was never standardized by OMA.

WMLScript code

WMLScript needs to be called by a WML or element to run inside the document you want it to because it lacks features on page load features that languages like JavaScript have.

Run WMLScript

$(message) And the contents of that .wmls document are:extern function helloWorld() { WMLBrowser.setVar("message", "Hello World."); //Sets variable "message" to "Hello World." WMLBrowser.refresh(); // Refreshes the WML document to display the new message }

References

References

  1. "WMLScript Specification".
  2. "WMLScript Primer: JavaScript vs. WMLScript | WebReference".
  3. "WMLScript Tutorial - Learn WML Script with the Help of Examples".
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about WMLScript — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report