Difference between revisions of "SendToUrl"
(→sendToUrl) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
− | |||
− | |||
=sendToUrl= | =sendToUrl= | ||
Revision as of 17:56, 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");