mobileFX WebKitX ActiveX
WebKitX JavaScript Externs~-_namespace / postComMessage Method
Arbitrary scalar value or Array of scalar values.
In This Topic
    postComMessage Method
    In This Topic
    postComMessage, send scalar data to native host. The host application receives the data by handling the OnComPostMessage event.
    Syntax
    var value; // Type: any
    
    // Parameters
    var any; // Type:  any
    
    value = postComMessage(any);
    function postComMessage( 
       any : any
    ) : any;

    Parameters

    any
    Arbitrary scalar value or Array of scalar values.
    Remarks

    The host application receives the data by handling the OnComPostMessage event.

    For more details please read Calling JavaScript.

    Browser Compatibility
    80
    See Also