SendToUrl
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");
Redirects to the specified url. This function requires the RPQ context.
sendToUrl(url)
url: Is an expression of string type
empty
sendToUrl("http://www.yahoo.com");