The URL function library contains functions for processing URLs.
Functions of the WMLScript URL Library
Function |
Description |
Escapestring () |
Replace special characters in the URL with escape sequences. |
Getbase () |
|
Getfragment () |
Returns the fragment in the URL. |
Gethost () |
Returns the host name specified in the URL. |
Getparameters () |
Returns the parameters in the last URL segment. |
Getpath () |
Return the path specified in the URL. |
Getport () |
Return the port number specified in the URL. |
Getquery () |
Returns the query part of the URL. |
Getreferer () |
|
Getscheme () |
Returns the scheme in the URL. |
Isvalid () |
If the URL syntax is correct, true is returned; otherwise, false is returned. |
Loadstring () |
Returns the content and content type of the specified URL. |
Resolve () |
Returns an absolute URL based on a Reference URL and a relative URL. |
Unescapestring () |
Replace the escape sequence in the URL with characters. |