永发信息网

jsp\java问题

答案:5  悬赏:0  手机版
解决时间 2021-06-03 17:25
  • 提问者网友:城市野鹿
  • 2021-06-03 00:27

怎么将页面设置为首页

怎么将页面添加到收藏夹

最佳答案
  • 五星知识达人网友:一秋
  • 2021-06-03 00:47

将下面代码(无论一般静态网页还是动态网页使用都是有效的)放在要放的地方就行了:


<a style="text-decoration:none;color:black" href="javascript:window.external.AddFavorite('http://www.','飞文网')">加入收藏</a>
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http: //www./');" style="text-decoration:none; color:black" href="#">设为首页</a>

全部回答
  • 1楼网友:神的生死簿
  • 2021-06-03 04:56

在web.xml配置文件中可以将你想要的页面设置为第一页显示。

<welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.jsp</welcome-file> </welcome-file-list>

  • 2楼网友:杯酒困英雄
  • 2021-06-03 03:58
<a href=" http://hejunpochen.gicp.net:8088/show/#" onclick="window.external.AddFavorite(' http://hejunpochen.gicp.net:8088/show/','零度网路:主流门户·追求品质');return false" >收藏本网站</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href=" http://hejunpochen.gicp.net:8088/show/#" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage(' http://hejunpochen.gicp.net:8088/show/');return false;" >设为主页</a>
  • 3楼网友:独行浪子会拥风
  • 2021-06-03 02:24
<a class=top href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(' http://www.csdn.net');" >设为首页</a> <a class=top href="#" onclick=window.external.AddFavorite(location.href,document.title);>加入收藏</a>
  • 4楼网友:思契十里
  • 2021-06-03 01:24

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>兼容FF 加入收藏夹和设为首页</title> <SCRIPT LANGUAGE="JavaScript"> <!-- function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, sURL, ""); } catch (e) { alert("加入收藏失败,请使用Ctrl+D进行添加"); } } } function SetHome(obj,vrl){ try{ obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl); } catch(e){ if(window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (e) { alert("此操作被浏览器拒绝!\n请在浏览器地址栏输入“about:config”并回车\n然后将 [signed.applets.codebase_principal_support]的值设置为'true',双击即可。"); } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage',vrl); } } } //--> </SCRIPT> </head> <body> <a onclick="AddFavorite(window.location,document.title)">加入收藏</a> <a onclick="SetHome(this,window.location)">设为首页</a> </body> </html>

把分给我吧,火狐和ie兼容

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯