<script type="text/javascript">function getHref(obj){ alert(obj.href);} </script><a href="http://www.baidu.com" onclick="getHref(this)">点我</a>