วันอาทิตย์ที่ 21 กรกฎาคม พ.ศ. 2556

การใช้งาน JavaScript Popup

การใช้งาน JavaScript Popup
คือการทำ Popup หรือ Alert ต่างสามารถนำไปประยุกต์ใช้งานในเว็ปไซต์ต่างๆได้ โดยเมื่อมี Alert ขึ้นผู้ใช้สามารถคลิก OK เพื่อไปยังกระบวนการต่อไป

ตัวอย่าง

source code

<script>
function alerts()
{
alert('This alert Your can Click OK for next Process');
}
</script>
<input name="alerts" onclick="alerts()" type="button" value="ทดสอบ Alert" />

ไม่มีความคิดเห็น:

แสดงความคิดเห็น