Excalibur Software Cooltips 1.0
OnHyperlinkClick Event
Event OnHyperlinkClick(
ByVal sID As String,
ByVal sCaption As String,
ByVal sURL As String
)
Description
Occurs when the user clicks a hyperlink on the Cooltip.
Parameters
- sID: The value that was specified in the "id" parameter of the <a> tag's HTML code.
- sCaption: The text of the hyperlink that appears on the Cooltip.
- sURL: The value that was specified in the "href" parameter of the <a> tag's HTML code.
Remarks
The Cooltip does not initiate any automatic responses to the user's
click on the hyperlink. It simply raises this event and expects its client
to do something with it.