簡介:按下連結便可設定網頁為首頁
<a href="#"
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://lamkc.blogspot.com');">Click
here to make Dynamic Drive your default homepage</a>
<a href="#"
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://lamkc.blogspot.com');">Click
here to make Dynamic Drive your default homepage</a>
<script
type="text/javascript">
/*
Modified to support Opera */
function
bookmarksite(title,url){
if (window.sidebar) //
firefox
window.sidebar.addPanel(title, url,
"");
else if(window.opera &&
window.print){ // opera
var elem =
document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url,
title);
}
</script>
javascript:bookmarksite('title_of_site', 'url_of_site')
<script language="JavaScript1.2">
<!--
var correctwidth=800
var correctheight=600
if (screen.width!=correctwidthscreen.height!=correctheight)
document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+".
Your current resolution is "+screen.width+"*"+screen.height+". If possible,
please change the resolution!")
//-->
</script>