cat
06-17-2003, 10:22 PM
from asp file, can I create new htm file and save it to server ?
In my asp file, I have the form with input textbox. When
user types something in it and click submit, how can I
create new htm file, which store the text had typed by
the user in <body> tag ?
Example, the user typed : This is my opinion
And new htm file,which I want to create and save on my
server will be as follows :
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
This is my opinion
</BODY>
</HTML>
Can I do that by write code in asp file ? Thank you.
In my asp file, I have the form with input textbox. When
user types something in it and click submit, how can I
create new htm file, which store the text had typed by
the user in <body> tag ?
Example, the user typed : This is my opinion
And new htm file,which I want to create and save on my
server will be as follows :
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
This is my opinion
</BODY>
</HTML>
Can I do that by write code in asp file ? Thank you.