<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>需要确认的链接</title>
<script type="text/javascript">
function init(link){
if(confirm('您确认打开'+link+'吗?')){
return true;
}
else{
return false;
}
}
</script>
</head>
<body style="text-align:center;">
<a href="http://www.baidu.com" onclick="return(init(this.href))"; >打开链接</a>
</body>
stone310
相关分类