标签: javascript internet-explorer activex hta
我正在编写一个HTA,我有一个按钮,我想打开IE并显示用户书签。这有什么好办法吗?使用IE9。
答案 0 :(得分:0)
http://www.devguru.com/technologies/wsh/17410.asp
var objShell = new ActiveXObject("wscript.shell"); var objWshFavorite = WshShell.SpecialFolders("Favorites");
http://technet.microsoft.com/en-us/library/ee156616.aspx
http://www.mombu.com/microsoft/scripting-vb-script/t-browse-each-site-in-ie-favorites-list-131320.html