More actions
Cg huyphong (talk | contribs) No edit summary |
|||
Line 2: | Line 2: | ||
{{HelpFiles}} | {{HelpFiles}} | ||
=sendToUrl= | |||
Redirects to the specified url. | Redirects to the specified url. '''This function requires the RPQ context.''' | ||
==Syntax== | |||
sendToUrl(''url'') | sendToUrl(''url'') | ||
==Arguments== | |||
''url: ''Is an expression of ''string ''type | ''url: ''Is an expression of ''string ''type | ||
==Return type== | |||
empty | empty | ||
==Examples== | |||
''sendToUrl("http://www.yahoo.com");'' | ''sendToUrl("http://www.yahoo.com");'' | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 16:55, 14 September 2012
sendToUrl
Redirects to the specified url. This function requires the RPQ context.
Syntax
sendToUrl(url)
Arguments
url: Is an expression of string type
Return type
empty
Examples
sendToUrl("http://www.yahoo.com");