JS实现获取当前页的URL,且将这个URL作为参数传递到另外的页,这个功能怎么实现??5555.....头都大了。.....<script src="HitCount.aspx?src='openNW();'">
function openNW()
      { 
       var str=top.location.href;
       return str;
      }
</script>这个JS有什么错误?