Slide 12.1: WMLScript Slide 12.3: Another example of calling a WMLScript Home |
http://www.bbc.co.uk/mobile
:
Example.wmls
, and the name of the function is Go_url
.
The WMLScript library function WMLBrowser is composed of seven functions that can be used to access the WML context.
The function go
orders the browser to load the given URL.
http://people.cs.und.edu/~wenchen/course/handheld/wml/Example.wmls
|
|
---|---|
|
extern
keyword.
When using this keyword the function can be called by other functions or WML events outside the .wmls
file.
To keep a function private, drop the extern
keyword.