& lthtml & gt
& lthead & gt
& lttitle & gt& lt/title & gt;
& lt/head & gt;
& ltbody & gt
& ltdiv & gt
& lta href = "/" & gt;主頁
& lta onclick = " set home(window . location)" href = " JavaScript:void(0)" & gt;設為主頁
| & lta onclick = " add favorite(window . location,document . title)" href = " JavaScript:void(0)" & gt;加入收藏
& lt/div & gt;
& ltscript type = " text/JavaScript " language = " JavaScript " & gt;
//加入集合
函數AddFavorite(sURL,sTitle) {
sURL = encodeURI(sURL);
嘗試{
window . external . add favorite(sURL,s title);
}catch(e) {
嘗試{
window.sidebar.addPanel(sTitle,sURL," ");
}catch (e) {
Alert("加入收藏失敗,請使用Ctrl+D添加,或者在瀏覽器中手動設置。");
}
}
}
//設置為主頁
函數設置主頁(url){
if (document.all) {
document . body . style . behavior = ' URL(# default # home page)';
document.body.setHomePage(網址);
}否則{
Alert("您好,您的瀏覽器不支持自動將頁面設置為主頁的功能。請在您的瀏覽器中手動將該頁面設置為主頁!");
}
}
& lt/script & gt;
& lt/body & gt;
& lt/html & gt;
支持ie、ff、chrome、safari、360安全、qq、漫遊、搜狗瀏覽器,不兼容360快瀏覽器加入收藏功能。
這兩個功能的用途越來越小,所以沒有絕對適合所有瀏覽器的方法。