首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

设领衔页、加入收藏案例

2012-10-08 
设为首页、加入收藏案例!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.

设为首页、加入收藏案例

<!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><title>
?设为首页、加入收藏案例
</title>
??? <script type="text/javascript" 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进行添加");
??????????????? }
??????????? }
??????? }

??????? <a href="javascript:void(0)" onclick="AddFavorite(window.location,document.title)">加入收藏 </a>
??? </div>
</body>
</html>

热点排行