<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>confirm</title>
? <script type="text/javascript">
? function rec(){
? ? var mymessage= confirm("DO YOU LOVE ZHUAER.COM") ? ? ? ?;
? ? if(mymessage==true)
? ? {
? ? document.write("你是女士!" + "Love zhuaer");
? ? }
? ? else
? ? {
? ? ? ? document.write("你是男士!" + "YES i like 爪兒網");
? ? }
? } ? ?
? </script>
</head>
<body>
? ? <input name="button" type="button" onClick="rec()" value="點擊我,彈出確認對話框" />
</body>
</html>