Total Questions:-17 Goto Page:
1
2
R4R ---> Articles--> WMLScript -->WMLScript Articles List
Page 1
Articles:
Define purpose of using WMLScript?
Post Your View
Views Some main purpose of using WMLScript are given below:
1.Using WMLScript we can validate user input.
2.Using WMLScript we can access the facilities
For More
By:Vivek
Date:
Articles:
How to explain WMLScript Syntax?
Post Your View
Views WMlScript are based on ECMAscript programming language.You keep some point when you work with WMLScript.1.Statement is the smallest unit of the execu
For More
By:Vivek
Date:
Articles:
How to use WMLScript WMLBrowser library?
Post Your View
Views WMLBrowser library has functions that are use to access browser variable.WMLBrowser library functions are,
1.getCurrentCard()
Using this we can
For More
By:Vivek
Date:
Articles:
How to validate a user input using WMLScript?
Post Your View
Views I will explain you to validate a user input by using WMLScript.
Example I have given below, used to create an simple WML card. For that ask user t
For More
By:Vivek
Date:
Articles:
How we call WMLScript from WML page?
Post Your View
Views We clear you WML are not embedded with WML pages.We use WMLScript into the WML pages with their references(WMLScript URLs).
Example:
<?xml version=
For More
By:Vivek
Date:
Articles:
How WMLScript is differ from JavaScript?
Post Your View
Views Syntactically we can say that WMLScript and JavaScript are same.But also have differences in use.
Some main differences b/w WMLScript and JavaScrip
For More
By:Vivek
Date:
Articles:
What data types we used in WMLScript?
Post Your View
Views WMLScript is an weakly typed language means that there is no type-checking at compile-time or run-time and we can't declare variable types explicitly
For More
By:Vivek
Date:
Articles:
What is the WML Operators?
Post Your View
Views WMLScript are supported many operators.But is not supported some operator like: value assignment operations,airthmetic operations,logical operations,
For More
By:Vivek
Date:
Articles:
What is the WMLScript?
Post Your View
Views WMLScript is stands for Wireless Markup Language Script.It is an Client-Side scripting language of WML(Wireless Markup Language).
WMLScript is work
For More
By:Vivek
Date:
Articles:
What is WML function?
Post Your View
Views We can executed WMLScript Statements together as a unit are called as functions.Below I have declare a function using WMLScript.
extern function i
For More
By:Vivek
Date:
Go:
1
2