2.在< < head >中;輸入< < script & gt標簽。
3.在< <腳本>中;在標簽中定義了壹個函數duihua(),使網頁彈出壹個對話框。
功能對花()
{
Alert("這個窗口是壹個對話框!")
}
4.然後,定義壹個名為queren()的函數來彈出壹個確認框。
functionqueren()
{
Varse=confirm("請點擊壹個按鈕!");if(se==true)
{
Alert("妳按了OK ");
}
其他
{
Alert("妳按了取消");
}
}
5.繼續定義另壹個函數tishi(),用於在網頁中彈出提示框。
functiontishi()
{
Vart=prompt("請輸入妳的名字","王者視覺")if(t!= null & amp& ampt!="")
{
Document.write("精彩的MV在這裏,"+t+"!妳的世界》)
}
}
6.定義函數後,單擊< < body & gt標簽,建立了三個按鈕來調用這三個函數執行。< input type = " button " onclick = " duihua()" value = "單擊顯示對話框"/& gt;