close
文章出處:http://www.takka.com.hk/jstutor/ch4/ch4.htm#4.1-A
<html> <head> <title> Function demonstration </title>
<script>
function simpleDemo( )
{ alert(" This is alert diolog box. ")
confirm(" This is confirm dialog box. ")
msgWin=window.open("","","width=350,height=200")
msgWin.document.write("<h1> Thank you !</h1>")
}
</script>
</head>
<body bgcolor=beige text=brown> <h1> 示範網頁 </h1>
<form>
<input type="button" name="" value=" 開始 " onClick="simpleDemo( )" >
</form>
</body> </html>
全站熱搜
留言列表