mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnProtocolLink Event

The HREF string of the element that triggered the event, typically an Anchor (<A>) element.

In This Topic
    OnProtocolLink Event
    In This Topic
    Description

    Fired when a protocol link is clicked. Used with Settings.fire_protocol_event.

    Syntax
    Visual Basic
    Public Event OnProtocolLink( _
       ByVal Href As String _
    )
    Parameters
    Href

    The HREF string of the element that triggered the event, typically an Anchor (<A>) element.

    Remarks

    Default CEF3 protocol handling results to a white window after the protocol link is handled. In order to workaround this problem please consider using Settings.fire_protocol_event and OnProtocolLink to handle the protocol moniker from your application.

    The following protocols are supported:

    cid:, cvs:, facetime:, fax:, fish:, fm:, git:, gopher:, gtalk:, h323:, im:, imap:, irc:, irc6:, ircs:, itms:, keyparc:, ldap:, mailto:, maps:, market:, message:, mms:, mvn:, news:, notes:, pop:, proxy:, sftp:, sgn:, sip:, sips:, skype:, sms:, snmp:, spotify:, ssh:, steam:, svn:, svn+ssh:, tag:, tel:, telnet:, udp:, unreal:, urn:, webcal:, wtai:, xmpp:, xri:

    See Also