如何打开收藏夹??

lovingkiss 2004-11-03 10:57:13
Window.Open "","_search" 可以打开搜索项目

Window.Open "","_favorites"却无法打开收藏夹,

Window.open的Name中,带下划线的系统参数到底有多少?都是什么?


请不要把大篇幅的MSDN文档给我,常见的Window.Open我还会~~
...全文
289 5 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
xjdawu 2004-11-03
  • 打赏
  • 举报
回复
或者搜索“网页制作完全手册”
xjdawu 2004-11-03
  • 打赏
  • 举报
回复
应该是全的吧,手册你要就留邮箱我发给你
lovingkiss 2004-11-03
  • 打赏
  • 举报
回复
ttyp(愿赌服输) ——这些网络上都很常见,不是我想要的答案


xjdawu(生于虚幻死于现实) 的答案是哪里找来的,还有没有更全面一些的呢?
xjdawu 2004-11-03
  • 打赏
  • 举报
回复
这个参数中好像还没有和收藏夹有关的
-----------------------------------
_media The sURL is loaded into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.

_parent The sURL is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.

_search Available in Internet Explorer 5 and later. The sURL is opened in the browser's search pane.

_self The current document is replaced with the specified sURL .

_top sURL replaces any framesets that may be loaded. If there are no framesets defined, this value acts as the value _self.
ttyp 2004-11-03
  • 打赏
  • 举报
回复
<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.google.com/', 'google')">
<input type=button value=加入到频道 onclick="window.external.addChannel('http://www.google.com/')">
<input type=button value=加入到频道 onclick="window.external.showBrowserUI('PrivacySettings',null)">

87,997

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧