Download presentation
Presentation is loading. Please wait.
Published byHortense Davidson Modified over 8 years ago
1
ADMINISTRIVIA
2
LATES, REGRADES, … Regrades: no more forms: need to see me in person in my office Excused absences If foreseeable, needs to be requested before class No late labs unless excused absence or speak to TA or prof during class Revalidation 2 late days and 48 hour limit now in force Course home pages Needs to have link and ALL names
3
ALTERNATIVE TO DATALIST
4
SELECT EXAMPLE Internet Explorer Firefox Chrome Safari Click
5
HELPFUL TOOL: CONSOLE
6
JavaScript: Writing to page
7
Writing to the Page Can write to an input field as well as read it typing.output.value=typing.input.value;
8
Assignment Statement The most fundamental statement in programming Destination = source; Take the value as shown in source Put it in the place identified by destination In this case, the destination is the text field called output Source can be any expression Single literal or field Concatenated expression
9
For now Onclick Button or other
10
What else can we set? To change picture: Set the value of src Same way as changing an input but “.src” instead of “.value”
11
CSS INHERITENCE
12
WHICH FORMATTING APPLIES? x y z input { display: block; } input.pref { background:red; } If you have a selector with no class, it applies to all of those elements REGARDLESS of class
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.