搜索

最新评论

友情博客

RSS

我的 Blog:
allinhands 最新的 20 条日志
[.Net]
[VBScript]
[JScript]
[XML]
[HTML&CSS]
[ASP]
[ActiveX]
[Software]
[Other]
全站 Blog:
全站最新的 20 条日志
 
AddDesktopComponent

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);

缺缺 发表于 2004-7-30  [所属栏目:JScript | 返回首页]
小字体中字体大字体
评论(共 {Count} 条)
{CommentAuthor}:
{CommentTime}
{CommentUrl}
{CommentEmail}
{CommentIp}
{CommentContent}