More actions
No edit summary |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Setting_up_external_surveys]] | ||
[[Category:Questionnaire_Functions]] | |||
=sendToUrl= | |||
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");'' | ||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 03:58, 10 October 2022
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");