<script language="javascript">
if (confirm("是否确定"))
  location.href="xxxx.asp";
else
  location.href="#";
</script>

相关文章: