Review 3
print
(last updated: Jul 25, 2009)
print
Select font size:
8pt
9pt
10pt
11pt
12pt
14pt
16pt
The material for the third quiz is
JavaScript basics: user inputs, variables, arithmetic computations, decision statements, alerts.
JavaScript user-defined functions.
JavaScript function activation from hyperlinks (
a
elements) via the
javascript:
prefix in the
href
attribute.
Usage of the HTML
id
attribute and the JavaScript
document.getElementById
function to access the HTML element.
Usage of JavaScript
innerHTML
property to set content for start-tag/end-tag elements
Usage of JavaScript
src
property to set image content.
Rollover applications using
mouseover/mouseout
events.
The coverage from the class notes is the material in Notes
10
,
11
,
12
, and
13
Some practice problems:
problem 1
,
problem 2
,
problem 3
,
problem 4
© Robert M. Kline