Danh mục

Publishing AJAX and PHP - part 5

Số trang: 10      Loại file: pdf      Dung lượng: 1.54 MB      Lượt xem: 13      Lượt tải: 0    
Jamona

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Client-Side Techniques with Smarter JavaScript Product Name Airplane Big car
3.Create a file called csstest.js and write the following code in it: // Change table style to style 1 function setStyle1() { // obtain references to HTML elements oTable = document.getElementById("table"); oTableHead = document.getElementById("tableHead"); oTableFirstLine = document.getElementById("tableFirstLine"); oTableSecondLine = document.getElementById("tableSecondLine"); // set styles oTable.className = "Table1"; oTableHead.className = "TableHead1"; oTableFirstLine.className = "TableContent1"; oTableSecondLine.className = "TableContent1"; }// Change table style to style 2 function...
Nội dung trích xuất từ tài liệu:
Publishing AJAX and PHP - part 5

Tài liệu được xem nhiều: