Ahh, I miswrote.
I don't think the <TABLE> tag is a requirement; that's just how I mentally picture the script I'm looking for.
I think the script just needs to present a subset of some dataset, and that presentation must have at least two different formats, with the format selected by the user. I don't even think the output has to be in HTML; a tab-delimited text file would suffice.
-----
Be bloody, bold, and resolute; laugh to scorn
The power of man...
| [reply] |
TABLE elements were proposed before that (and implemented in other browsers as well). TABLEs were part of the HTML3 draft. Unfortunally, Netscape only implemented a subset of the TABLE functionality, and an incompatible subset as well. Other browsers decided to be Netscape compatible. HTML3.2 specifies a (compatible) superset of the Netscape implementation, and there's even an HTML tables RFC. Both HTML3.2 and the RFC date from 1996, IIRC.
Unfortunally, we're a decade further, and little progress has been made.
| [reply] |