Client-Side Scripts เอกสารประกอบการบรรยาย รายวิชา Browser-Based Application Development
วัตถุประสงค์ นักศึกษาสามารถอธิบายแนวคิด เกี่ยวกับ Client-Side Scripts นักศึกษาสามารถประยุกต์ใช้ Client-Side Scripts
หัวข้อบรรยาย Hello World! Validation Link Rollover Image Rollover
Hello World! alert("Hello World!"); function HiJa() { alert("Hi Ja"); } Click Here
Validation function validateForm(form) { if(form.firstname.value=="") { alert("Please input firstname."); return false; } return true; } First Name
Link Rollover We are SUT! Chula IBM Monk.com
Link Rollover function highlight(which,color){ if (document.all||document.getElementById) which.style.backgroundColor=color } We are SUT! Chula IBM Monk.com
Link Rollover function highlight(which,color){ if (document.all||document.getElementById) which.style.backgroundColor=color } We are SUT! Chula IBM Monk.com
Link Rollover
Image Rollover <!-- if (document.images) { button1 = new Image button2 = new Image button1.src = "img1.gif" button2.src = "img2.gif" } //-->
Image Rollover
Reference