Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SendToUrl: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Email_and_SMS_Functions]]
[[Category:Setting_up_external_surveys]]
{{HelpFiles}}
[[Category:Questionnaire_Functions]]
=sendToUrl=


====sendToUrl====
Redirects to the specified url. '''This function requires the RPQ context.'''


Redirects to the specified url.
==Syntax==
 
'''Syntax'''


sendToUrl(''url'')
sendToUrl(''url'')


'''Arguments'''
==Arguments==


''url: ''Is an expression of ''string ''type
''url: ''Is an expression of ''string ''type


'''Return type'''
==Return type==


empty
empty


'''Examples'''
==Examples==
 
sendToUrl("http://www.yahoo.com");


'''Availability'''
''sendToUrl("http://www.yahoo.com");''


Version 4.8
__NOTOC__
__NOTOC__
<!-- imported from file: 576.htm-->

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");