日期:2014-05-16  浏览次数:20323 次

javascript设为主页,添加收藏
function hp(v)//设为主页
{
v.style.behavior='url(#default#homepage)';
v.setHomePage('http://www.siben.com/');

}
function add()//添加为收藏
{
window.external.AddFavorite('http://www.siben.com&#39', '喜欢她(他吗),那就快和她(他)私奔吧');
}