Microsoft
Software
Hardware
Network
Question : How to generate an HTML file if I've got the HTML body?
I have a method to retrieve the html body content. How could I generate a complate HTML file from it? Like adding <body></body>, and <header></header> tags, etc. Suppose I know what header I'm going to add. Thanks.
Answer : How to generate an HTML file if I've got the HTML body?
PrintWriter out = new PrintWriter(new FileWriter("/temp/test.htm
l"));
out.println("<html><head>"
);
out.println("</head><body>
");
out.println(html);
out.println("</body></html
>");
out.close();
Random Solutions
Computer reboots severat times a day
Why does my outlook show three tasks for every email I mark?
MS Excel 2007 & PDF - Exporting to PDF takes long hours!
In Perl, how do I add a value to the list, then check to see if the value exist before adding a new value
Computer playing random ads without any open windows
How do I use a volume license key on a HP computer with restore CD
Multiple Children Relationships to One Parent Table
Access ODBC--call failed Specified scale 255 is invalid.
USB Video Card - 32 bit on 64 bit machine?
Access VBA probplem with GetRows