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>

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 墨讌子 的頭像
    墨讌子

    墨雨知心

    墨讌子 發表在 痞客邦 留言(0) 人氣()