ActiveState Community

Generating a HTML file.

Posted by phi on 2009-03-22 17:02
OS: Windows

Hi,

I have a tcl program that gets server data. I want to know, is it possible in tcl/tk to generate a html file to output the data onto?

Thanks,
Philip.

jeffh | Mon, 2009-03-23 10:18

HTML is just formatted text output. There are tcllib modules to assist with outputting html formatted text if you want to use them.

phi | Fri, 2009-03-27 08:25

Ok, thats good. But i just don't want the text to be formatted, I want it to be displayed through offline Internet Explorer page aswell. This is possible?