JavaScript Reference/Javascript Methods/AddChannel — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"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.