OpenHyperlink Method

Opens a hyperlink in the default browser.

In Smartclient and Smartframe the URL will be loaded in the default Windows browser. In Newlook Server, the URL will be loaded in the current browser.

System.OpenHyperlink(URL[, Bookmark])

Client support

   Newlook Smartclient

   Newlook Server

Arguments

URL - (String, Required)

String value specifying the URL to open.

BE AWARE:

We recommend that you use a full URL in the URL argument. In other words, include the protocol identifier and resource name for consistent results. In the example below the protocol identifier is http, while the resource name is freschesolutions.com. This is particularly relevant in embedded server, where a full URL is required to open the specified resource.

Bookmark - (String, Optional)

String value specifying the bookmark to jump to.

TIP:

It is possible to use the IsURL function to check that the URL you are passing to this method is correctly formatted.

Returns

No return value.

Applies To

System object

See Also

OpenHyperlink action


© 2004-2021 looksoftware. All rights reserved.