WebLink
From Xojo Documentation
Class (inherits from WebLabel)
Create a clickable label that navigates to the specified URL when clicked.
Events | ||||||||
|
Methods | ||||||
|
Enumerations | ||
|
Notes
Pressing the WebLink navigates to the specified URL, exiting the web application. If you want to display the page at the URL within your web app, you should use a WebHTMLViewer instead.
You can use the Target property to have the URL open in another browser window or tab.
To navigate to other pages within your app, use the WebPage.Show method. See WebLink.URL.
Example
Specify the URL for a WebLink to navigate to Wikipedia:
Link1.URL = "http://www.wikipedia.org"
See Also
WebControl, WebLabel, WebHTMLViewer classes.