点击链接弹出确定框,加载页面弹出对话框
2018-04-16 14:42 鹏宝宝 阅读(788) 评论(0) 收藏 举报<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title></title>
<script type="text/javascript">alert('haha')</script>
</head>
<body>
<a href="http://www.baidu.com" onclick="return confirm('确定不?')">百度</a>
</body>
</html>