External.AddChannel
JavaScript -> Objekty -> External -> metóda AddChannel
Syntax
window.external.AddChannel(param1)
Popis
Príkaz jazyka JavaScript
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.
Parametre:
param1 Required; the URL of the CDF file to be installed on the user's machine.
Príklad
window.external.AddChannel("http://www.yoururl.com/your.cdf");
Note
The preceding example requires a .cdf file,
which is created using C++.