DHTML Methods
Returns whether the given channel is subscribed to by the client.
bSubscribed = object.IsSubscribed ( sURLToCDF )
sURLToCDF |
Required. URL of a Channel Definition Format ( CDF ) file to be checked for a subscription. |
Boolean. Returns true if the channel is subscribed to, or false if no subscription exists for that CDF file.
For security purposes, if this method is used in an HTML page that is not in the same secondary domain specified in sURLToCDF, the method will return a scripting error.
For more information, see Creating Active Channels.
external