|
Newsletters
|
|
|
|
|
WMLScript Reference
WMLScript Reference
WMLScript > WMLBrowser > getCurrentCard()
getCurrentCard() - The getCurrentCard Function
Usage: getCurrentCard()
Description: Returns the smallest relative URL (relative to the base of the current compilation unit) specifying the card (if any) currently being processed by the WML Browser. The function returns an absolute URL in case the WML deck containing the current card does not have the same base as the current compilation unit.
Example:var a = WMLBrowser.getCurrentCard();
// a = "deck#input"
Bookmark this page
|
|