|
Newsletters
|
|
|
|
|
WMLScript Reference
WMLScript Reference
WMLScript > URL > getQuery()
getQuery() - The getQuery Function
Usage: getQuery(url)
Description: Returns the query part specified in the given url. If no query part is specified an empty string is returned. Both absolute and relative URLs are supported. Relative URLs are not resolved into absolute URLs.
Example:a = URL.getQuery("http://www.wirelessdevnet.com/home;3;2?x=1&y=3");
// a = "x=1&y=3"
Bookmark this page
|
|