OpenHyperlink Action |
Opens a hyperlink to jump to a location in a document or Web page. 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. ParametersURL - (Required) Specifies the URL address 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 - (Optional) Specifies an optional URL bookmark to specify the location within the document to jump to. To specify a bookmark with an expression, prefix the bookmark with an equals (=) sign. EXAMPLESThe following macro action opens the Fresche solutions web page. OpenHyperlink (http://freschesolutions.com)
The following macro action creates a new email in the default email client to support@freschesolutions with the subject line "OpenHyperlink Test". OpenHyperlink (mailto:[email protected]?Subject=OpenHyperlink%20Test)
The following macro actions open the Fresche solutions web page. SetValue(expURL, "http://freschesolutions.com") OpenHyperlink (=expURL) See Also |
|