Ian Wienand <[EMAIL PROTECTED]> writes:

> Every browser supports innerHTML, so is really worth the hastle
> avoiding?

I like Mochkit, inspired by python.

table = TABLE({"id" : "nodes"},
             THEAD(null,
                  TR(null,
                    TH(),
                    TH(null, "Node"),
                    TH(null, "Location"),
                    TH(null, "Software")),
             TBODY(),
             TFOOT());

_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to