PPT Slide
<TITLE>JavaScript Example 5</TITLE>
<SCRIPT LANGUAGE= "JavaScript">
document.write("<H1>What's Up Doc?</H1>");
function CheckBoxStatus()
if (document.Form1.theCheckBox.checked)
alert("This Box Is Checked!");
alert("This Box Is Not Checked!");
JavaScript Code Placed In HeadExecuted When Document Loaded