2004/07/30 | AddDesktopComponent
类别(JScript) | 评论(0) | 阅读(83) | 发表于 13:45
AddDesktopComponent版本:DHTML Object Model 返回值:无
语法:
window . external . AddDesktopComponent ( sURL , sType , iLeft , iTop , iWidth , iHeight )
参数:
sURL : 必选项。字符串(String)。指定要被加入到 Microsoft® Active Desktop® 的站点或图片的 URL 地址。
sType : 必选项。字符串(String)。image | website
image :要被加入的是一张图片。
website :要被加入的是一个站点。
iLeft: 可选项。整数(Integer)。在屏幕坐标内指定左边距。
iTop: 可选项。整数(Integer)。在屏幕坐标内指定顶边距。
iWidth: 可选项。整数(Integer)。以屏幕单位指定宽度。
iHeight: 可选项。整数(Integer)。以屏幕单位指定高度。
返回值:
说明:
添加一个站点或图片到 Microsoft® Active Desktop® 。
用户必须安装了 Microsoft® Active Desktop® 才可以使用本方法。假如 Microsoft® Active Desktop® 没有安装,此方法将不会被调用。
此方法不支持HTML应用程式( HTA )。
示例:
window.external.AddDesktopComponent("http://www.dhtmlet.com","website",100,100,200,200);
0

评论Comments

日志分类
首页[102]
.Net[11]
VBScript[1]
JScript[51]
XML[3]
HTML&CSS[9]
ASP[8]
ActiveX[4]
Software[10]
Other[5]