Lab 3 5 Using Event Handlers In This Lab You Will Use An Event To Call A Function 1 Editor Open Lab3 5 Htm From You 1 (17.86 KiB) Viewed 32 times
Lab 3 5 Using Event Handlers In This Lab You Will Use An Event To Call A Function 1 Editor Open Lab3 5 Htm From You 2 (44.09 KiB) Viewed 32 times
Lab 3-5: Using event handlers In this lab, you will use an event to call a function. 1. Editor: Open lab3-5.htm from your student labs files. 2. Editor: In the <body> tag, add an alert() function that displays the current date and time on page load (use the Date() function). (The Date() function returns the current date and time if no arguments are provided with it.) 3. Browser: Open lab3-5.htm. The page must display an alert box with the current date and time.