Guide Book - Part 1 ALL SOLUTION
2024/25 EDITION GUARANTEED GRADE
A+
<script></script>
tags that begin and end Javascript code within an HTML document
alert()
allows the program to display a special dialog box that will notify
the user that an expected event has occurred
var
a name assigned to a literal value or object
document.write()
inserts characters/text into the standard HTML text stream
window.status=
allows user to see message in the browser status line
array
simple collection of similar objects that can be accessed by a
variable name/index
cycling banner
several graphics displayed one after another with a pause between
images
hyperlink rollover
triggered when the user moves the mouse over a hyperlink
image rollover
change the appearance of an image whenever the user moves the mouse
pointer over and off of it
onMouseOver
event generated whenever the user moves the mouse over a particular
object
onMouseOut
event generated whenever the user moves the mouse off of a particular
object
doSubmit()
function that calls up an activity when visitor submits form
validateText()
function that returns a value from a text box; either true or false
setTimeout()
sets a time frame for JavaScript functions to operate
onLoad()