网页制作时关于收藏夹的操作代码整理
|
源代码网整理以下网页制作时关于收藏夹的操作代码整理 源代码网整理以下<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)" /> |
