asp小问题,路过的帮我瞧瞧!
<html>
<head>
<title>ScheduleMain</title>
</head>
<script language="javascript">
function listing(){
window.document.location.href="step11.asp";
}
function hotshow(){
window.document.location.href="hotshows.asp";
// alert("a");
}
</script>
<body>
<form method="POST" action="--WEBBOT-SELF--">
<p><input type="button" value="按钮" name="show" onclick="hotshow()"></p>
<p><input type="button" value="按钮" name="show1" onclick="listing()"></p>
<p><input type="submit" value="提交" name="B1"><input type="reset" value="全部重写" name="B2"></p>
</form>
</body>
</html>
链接不上地址,就连alert数据都显示不出来??