2007年6月11日 星期一

Unit 11 JavaScript

表單 (Form)

表單及表單元件
Text
Radio 和 Check
Select 和 Option
elements 陣列
檢查表單


JavaScript 初階教學

基本結構 (The Structure of JavaScript)
1. 第一個例子:Hello, World (The First Example: Hello, World)
物件 (Object)
0. 物件 (Object)
1. 物件的表示方式 (Literal of Object)
2. 方法與屬性 (Method and Property)
變數 (Variable)
. 變數 (Variable)
1. 資料型態 (Data Type)
2. 陣列 (Array)
運算子 (Operator)
0. 算術運算子 (Arithmetic Operators)
1. 字串運算子 (String Operators)
2. 邏輯運元 (Logical Operators)
3. 位元運算子 (Bitwise Operators)
4. 指定運算子 (Assignment Operators)
5. 比較運算子 (Comparison Operators)
6. 特別運算子 (Special Operators)
函數 (Function)
0. 函數 (Function)
1. 輸入參數 (Arguments)
2. 傳回資料 (Return Value)
3. 變數的範圍 (The Scope of a Variable)
事件 (Event)
0. 事件
1. 把函數指定到事件
2. 終止事件
流程控制 (Flow Control)
0. 流程控制
1. if
2. if ... else
3. for
4. while
5. break
6. continue

沒有留言: