最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

addComponentRequest Method

Internet Development Index

Adds the specified component to the queue of components to be installed.

Syntax

clientCaps.addComponentRequest(sID, sIDType [, sMinVer])

Parameters

sID Required. String爐hat specifies any of the component identifiers listed in the Installable Components in Internet Explorer document.
sIDType Required. String爐hat specifies the case-insensitive type of the identifier specified in sID, or the following value:
componentidActive Setup identifier of the component.
sMinVer Optional. String爐hat specifies the minimum version number of the component to install.

Return Value

No return value.

Remarks

Only Microsoft® Internet Explorer components are specified by this method. Components not supported by Internet Explorer are ignored.

The addComponentRequest method queues a download request for the specified component. Actual download of the component does not occur until a call is made to the doComponentRequest method.

Example

This example uses the addComponentRequest and doComponentRequest methods to install the Internet Explorer Data Binding component, if the component does not already exist in the user's system.

<HTML xmlns:IE>
<HEAD>
<STYLE>
@media all {
IE\:clientCaps {behavior:url(#default#clientCaps)}
}
</STYLE>
<SCRIPT>
function window.onload()
{
var bDBAvailable  = false;
var sDBVersion = '';
var sDBID = "{9381D8F2-0288-11D0-9501-00AA00B911A5}";
bDBAvailable = oClientCaps.isComponentInstalled(sDBID,"componentid");
// if data binding is unavailable, install it
if (!bDBAvailable)
{
oClientCaps.addComponentRequest(sDBID, "componentid");
bDBAvailable = oClientCaps.doComponentRequest();
}
:
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
:
<IE:clientCaps ID="oClientCaps" />
:
</BODY>
This feature requires Microsoft® Internet Explorer 5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

Standards Information

There is no public standard that applies to this method.

Applies To

clientCaps

See Also

ClientCaps, Using DHTML Behaviors, compareVersions, doComponentRequest, isComponentInstalled
图片| 庆安县| 千阳县| 西峡县| 黄山市| 朝阳区| 东乡县| 芮城县| 大化| 博乐市| 广南县| 错那县| 铜陵市| 北流市| 沁水县| 乐业县| 璧山县| 永安市| 信阳市| 南昌县| 宽城| 蕲春县| 中江县| 巩留县| 湄潭县| 宝鸡市| 丹寨县| 务川| 萨嘎县| 贵州省| 来凤县| 遂平县| 通江县| 上饶市| 康乐县| 定西市| 盐边县| 江西省| 阜康市| 岢岚县| 阿拉善盟|