Total Questions:-40 Goto Page:
1
2 3 4
R4R ---> Articles--> WML -->WML 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:
Give us some example of WAP?
Post Your View
Views I have given some basic example of WAP. These are given Below:
1.Using WAP we can get information of train time-table.
2.Using WAP can purchase ti
For More
By:Vivek
Date:
Articles:
How to create table using WML?
Post Your View
Articles:
How to create tables using WML?
Post Your View
Views We can also create table using WML language. Like that,
Example:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http:
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 format text in WML?
Post Your View
Views I have you example which shows how to format text usig WML.
Example:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"h
For More
By:Vivek
Date:
Articles:
How to get input from user in WML?
Post Your View
Views We can get input from user in WML in the form of input fields,select and option,field set etc.
I have given a xample to show you how create input fi
For More
By:Vivek
Date:
Articles:
How to perform validation in your WML?
Post Your View
Views We can validate our wml by using Microsoft XML parser(Which is used to create wmll validator.
Now. to prform validation we paste our wml into the t
For More
By:Vivek
Date:
Articles:
How to use Paragraph and Line break into the WML?
Post Your View
Views I have given you example which show you how to use paragraph and Line break in WML.
Example:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFOR
For More
By:Vivek
Date:
Articles:
How to use Timer in WML?
Post Your View
Views We can set Timer in WML.We express time unit of timer as 1/10 of a second.
Below I have given you which will display text on WML page for 6 seconds
For More
By:Vivek
Date:
Go:
1
2 3 4