<script type="text/javascript">
<!--
function confirm() {
var answer = confirm("Bạn có chắc muốn dời trang?")
if (answer){
alert("Tạm biệt!")
window.location = "http://www.google.com/";
}
else{
alert("Không làm gì cả :D")
}
}
//-->
</script>
</head>
<form>
<input type="button" onclick="confirm()" value="Chuyển tới google">
</form>
No comments:
Post a Comment