Sách HTML/Hộp Thoại
Hộp Thoại Hiển thị Thông Tin
Công Thức
sửaCú pháp
sửa<script type=text/VBScript> MsgBox(prompt[,buttons][,title][,helpfile,context]) MsgBox(Miêu_Tả[,Nút][,Tiêu Đề][,Hồ_Sơ_Trợ_Giúp,Từ_Trợ_Giúp]) </script>
Tham số
sửaThí Dụ
sửa<script type=text/VBScript>
dim answer
answer=MsgBox("Chào Thế Giới!",65,"Thí Dụ MsgBox")
document.write(answer)
</script>