Jun 3 2009

newrow newcell Tarayıcı Uyumu

Gönderen : Yunus Özay (1:12 PM)
0 yorum
- Kategori : Dhtml | Javascript

CfCube.com

Eklediğimiz newRow ve Newcell fonksiyonlarının çalışması için

newrow

Yaygın Kullanım
newRow = table_list.insertRow();

Doğru Kullanım
newRow = document.getElementById("table_list").insertRow(document.getElementById("table_list").rows.length);


newcell

Yaygın Kullanım
newCell = newRow.insertCell();

Doğru Kullanım
newCell = newRow.insertCell(newRow.cells.length);

 

Yorumlar

Yorumunuzu YazInIz



(daha sonra görüntülenmeyecek)



Leave this field empty: