<!DOCTYPE html>
<html>
?<head>
? <title> new document </title> ?
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> ??
? <script type="text/javascript"> ?
? ?function openWindow()
? ? ?{var newpage=confirm("打開新窗口?");
? ? ? ?if(newpage=true)
? ? ? ?{
? ? ? ? var td=prompt("請確認網址","http://www.xianlaiwan.cn/");
? ? ? ?if(td!=null)
? ? ? ?{
? ? ? ? window.open("http://www.xianlaiwan.cn/","_blank","width=400,height=500,menubar=no,toolbar=no"); ? ? ? ?
? ? ? ?}
? ? ? ?}
? ? ?}
? </script>?
?</head>?
?<body>?
?<input type="button" value="新窗口打開網站" onclick="openWindow()" />?
?</body>
</html>