hello ,
Here is a HTML file(test.htm), the content :
<head><title>Document</title>
</head>
<body bgcolor="#FFFFFF">
<h3>The new Message:</h3>
<table width="60%" border="0">
<tr>
<td>
<!--insert some message -->
</td>
</tr>
</table></body>
Now I want to insert MESSAGE into the table (marked with "<!--insert some message -->") of that file,and create a new file named "new.htm", the MESSAGE will be got from a Database.
how to do it ?