<script type="text/javascript">
function test(){
setTimeout(function(){document.location.href="add.jsp";},1000);
}
</script>
<body bgcolor=EEEEEE>
<a href="#" onclick='test()'>增加</a>
</body>
</html>