注册 登录
编程论坛 JavaScript论坛

vbs代码和html代码解释一下

xjxxdnmwj 发布于 2008-08-03 10:05, 1264 次点击
set ie = createobject("internetexplorer.application")

ie.navigate "about:blank"




set doc = ie.document
set body = doc.body
set win = doc.parentwindow
body.innerhtml = "<OBJECT id=dlg CLASSID='clsid:3050f819-

98b5-11cf-bb82-00aa00bdce0b'></OBJECT>"
body.innertext = doc.getElementById("dlg").choosecolordlg
win.clipboarddata.setdata "text", body.innertext
ie.quit
功能就不说了,.
代码不理解.谁来说一吓

[[it] 本帖最后由 xjxxdnmwj 于 2008-8-3 10:13 编辑 [/it]]
2 回复
#2
xjxxdnmwj2008-08-03 13:53
回帖怎么那么不积极啊
#3
hyacinf2009-12-28 09:14
怎么没有人解决这个问题呀。
1