asp.net

位置:IT落伍者 >> asp.net >> 浏览文章

asp.net怎么将网页添加为首页或加入收藏夹中


发布日期:2019年08月22日
 
asp.net怎么将网页添加为首页或加入收藏夹中

<span onClick=var strHref=windowlocationhref;thisstylebehavior=url(#default#homepage);thissetHomePage(); >//

<a

#

onClick=windowexternaladdFavorite(你的公司名称)title=你的公司名称 >

<input type=button value=导入收藏夹 onclick=windowexternalImportExportFavorites(true//localhost/);>

<input type=button value=导出收藏夹 onclick=windowexternalImportExportFavorites(false//localhost/);>

<input type=button value=整理收藏夹 onclick=windowexternalShowBrowserUI(OrganizeFavorites null)>

<input type=button value=查看源文件 onclick=windowlocation = viewsource:+ windowlocationhref>

<input type=button value=语言设置 onclick=windowexternalShowBrowserUI(LanguageDialog null)>

<input type=button value=加入收藏夹 onclick=windowexternalAddFavorite( 风闪下载)>

<input type=button value=加入到频道 onclick=windowexternaladdChannel()>

<input type=button value=设成主页 onclick=thisstylebehavior=url(#default#homepage);thissetHomePage()>

给一个网站上设置设为主页加入收藏夹的代码应该怎么写?(在一个小图片上面加)

<A # onmouseover=windowexternaladdFavorite(e时区特色论坛) target=_self >收藏本页</A>

<a # onmouseover=thisstylebehavior=url(#default#homepage);thissetHomePage(); target=_self>设为主页</a>

设为主页

<A href=# onclick=thisstylebehavior=url(#default#homepage);thissetHomePage();>图片</A>

加如收藏

<A javascript:windowexternalAddFavorite(百度)>图片</A>

加入收藏

<a javascript:windowexternalAddFavorite(百度)>加入收藏</a>

首页

<span onclick=var strHref=windowlocationhref;thisstylebehavior=url(#default#homepage);thissetHomePage(); ><br>设为首页</br></span>

<a href=# onClick=thisstylebehavior=url(#default#homepage);thissetHomePage

();>设为首页</a> <IMG height=

src=images/dotgif width= border=> <a href=# onClick=windowexternaladdFavorite(****);return(false)>收藏本站</a>

上一篇:ASP.NET创建Web服务之设计方针

下一篇:ASP.NET 翻页后继续维持排序