摘要: document.write(""); //建立加入收藏夹和链接的事件 function AddFavLnk(loc, DispName, SiteURL) { var Shor = Shl.CreateShortcut(loc + "\\\\" + DispName +".URL"); Shor.TargetPath = SiteURL; Shor.Save(); } //建立事件结束 fun... 阅读全文
posted @ 2006-05-26 23:51 MaxIE 阅读(610) 评论(0) 推荐(0)