jsp代码:<meta http-equiv="description" content="This is my page">
<script src="js/a.js" type="text/javascript">
</script>
<script src="js/jquery-1.3.2.js" type="text/javascript">
</script>
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->

</head>
<body>
<a href="http://www.baidu.com" id="btn">WWW.YAHOO.COM</a>
</body>
js代码:
$(document).ready(function(){
$("#btn").click(alert())
})
function alert() { alert("dfdf");
}。。之前没接触过jquery。捣腾了好久也不alert。吧js放在jsp里可以alert。