JavaScript Reference/Javascript Methods/AddChannel
"AddChannel()" Example
window.external.AddChannel("http://www.yoururl.ru/your.cdf");
Note
The preceding example requires a .cdf file,
which is created using C++.
"AddChannel()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |external |
+----------------+--------------------------------------------------------------+
"AddChannel()" Syntax, Parameters and Note
Note:
This method is part of Microsoft"s Active Channel technology.
It allows web users to receive updated pages automatically.
This method adds a channel on the user"s system to allow future updates.
Syntax:
window.external.AddChannel(param1)
Parameters:
param1 Required; the URL of the CDF file to be installed on the user"s machine.