|
Newsletters
|
|
|
|
|
WMLScript Reference
WMLScript Reference
WMLScript > WMLBrowser > newContext()
newContext() - The newContext Function
Usage: newContext()
Description: A call to this function clears all variables of the associated WML context and clears the navigation history stack except for the current card before returning execution to the calling entity. The function does not impact any pending navigation requests from previous go() and prev() calls. The function returns an empty string.
Example:WMLBrowser.newContext();
Bookmark this page
|
|