> Frage: Wie kann ich mit Javascript den Wert von COLSPAN einer 
> Tabelle verändern?
> 
> --- cut ---
>       <tr id="z3">
>               <td width="0" id="sp">&nbsp;</td>
> ...
> --- cut ---
> 
> document.GetElementById("sp"). ---???

DOM-Methoden? Dann so:
document.GetElementById("sp").setAttribute('colspan','2');



Claudius

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an