js为什么没效果
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link href="css/main.css" rel="stylesheet" type="text/css"/>
<script src="../暑假项目/js/setHomeSetFav.js"type="text/javascript" charset="gb2312"></script>
</head>
<body>
<div class="top">
<div class="top_content" >
<ul>
<li><a href="#">联系我们</a></li>
<li><a href="#"oncilck="AddFavorite(window.location,document.title)">加入收藏</a></li>
<li><a href="#"onCilck="SetHome(window.location)">设为首页</a></li>
</ul>
</div>
</div><!--top结束-->
</body>
</html>