网页制作时关于收藏夹的操作代码整理 <input type=button value=导入收藏夹 onclick="window.external.ImportExportFavorites(true,'http://localhost');" /> <input type=button value=导出收藏夹 onclick="window.external.ImportExportFavorites(false,'http://localhost');" /> <input type=button value=整理收藏夹 onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" /> <input type=button value=语言设置 onclick="window.external.ShowBrowserUI('LanguageDialog', null)" /> <input type=button value=加入收藏夹 onclick="window.external.AddFavorite('http://www.meizz.com/', '梅花雨中文网')" /> <input type=button value=加入到频道 onclick="window.external.addChannel('http://www.meizz.com/')" /> <input type=button value="打开 Internet 选项" onclick="window.external.showBrowserUI('PrivacySettings', null)" /> |