您的位置:首页 > Web前端 > JavaScript

js 设为首页 加入收藏

2008-04-16 15:45 274 查看
<!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>

</head>

<body>

<a onclick="AddFavorite(window.location,document.title)" style="cursor:hand">加入收藏</a>

<a onclick="SetHome(this,window.location)" style="cursor:hand">设为首页</a>

</body>

</html>

<table width="160" border="0" cellspacing="0" cellpadding="0">

<tr>

<td height="5"></td>

</tr>

<tr>

<td height="25" align="center"><a href="javascript:window.external.AddFavorite('http://<%=web_url%>/','<%=web_title%>');" target="_self" class="lnkfooter">收藏本站</a></td>

</tr>

<tr>

<td height="25" align="center"><a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://<%=web_url%>');return false;" href="#" class="lnkfooter">設為首頁</a></td>

</tr>

<tr>

<td height="5"> </td>

</tr>

</table>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: