2010年11月22日 星期一

Lab 32: DOM

1. Open KompoZer
2. Based on the code as in

http://www.scottandrew.com/weblog/articles/dom_4 ,
write a code to generate the table of 9*9 products. (九九乘法表)

Hint: The javascript code should be enclosed by script tags.



參考網址的程式碼



九九乘法表就出來囉^^

有Button版本

變成先看到Button

按下Button後會出現九九乘法表





Lab 31: Create Image using DOM

1. Open KompoZer
2. Hand code a javascript that loads an image from Internet based on
the DOM model.
3. Take a look at the sample code that shows how window.onload to load the image.
4. Use a button to load the image. Try how onclick works.


一開始照著程式碼打


會發現圖案直接顯示


加入Button的程式碼後



一開啟網頁後,顯示出Button

按下Button後,會顯示圖案