March 6
- chap 9 summary - What is JavaScript ?
- client / server programming :
- server side : databases and CGI with perl, PHP, Java, ...
- client side : in your browser - pop-up windows etc. with JavaScript
- FORM tag
- what its for
- INPUT type= button,text,submit ...
- INPUT attributes: name, value, width, ...
- SELECT and OPTION tags for pop-up menus
- TEXTAREA tag
- what JavaScript can't do
- "object oriented programming"
- chap 10 - starting to program with JavaScript
- programming in general
- debugging - what to do when things go wong
- SCRIPT tag
- variables
- output to web page: document.write()
- input from dialog: prompt()
- alert()
- events: onClick=...
- "objects" - document has a specific structure and names for pieces
JavaScript Examples:
assignment: coming
Put this in HEAD for an icon :
<link rel="icon" href="http://devedge.netscape.com/favicon.ico" type="image/ico">
where MIME type image/ico is a 16x16 pixel gif.