Question: How to use WMLScript WMLBrowser library?
Answer: WMLBrowser library has functions that are use to access browser variable.WMLBrowser library functions are, 1.getCurrentCard() Using this we can return URL of current card. 2.getVar() Use to return the values of variable. 3.go() Use for goes to new card. 4.newContext() Use to clear all variables. 5.prev() Use for goes to the previous card. 6.refresh() Use to refresh the current card. 7.setvar() Use to set the values of variable.
Question:
How to use WMLScript WMLBrowser library? Answer:
WMLBrowser library has functions that are use to access browser variable.WMLBrowser library functions are, 1.getCurrentCard() Using this we can return URL of current card. 2.getVar() Use to return the values of variable. 3.go() Use for goes to new card. 4.newContext() Use to clear all variables. 5.prev() Use for goes to the previous card. 6.refresh() Use to refresh the current card. 7.setvar() Use to set the values of variable.