kelemvor
12-18-2003, 01:00 AM
Howdy,
I'm trying to find a way that a User can go to a specific website that would allow them to enter some text that would then be shown on the primary website.
I thought I could have a form with just a textarea box. Then whatever they entered could be sent to a TXT or HTML file which could be Included onto the primary page.
How wouls I go about doing this so that any time the form is used, it would overwrite anything that was in the file before. Or ever better, when they go to the form it would read whatever was in the file into the box, and then let them edit it or change it all, and then re-write it back to the file.
Is this doable in ASP or is there a better way to do this?
Any input is much appreciated.
THanks,
--Mike
I'm trying to find a way that a User can go to a specific website that would allow them to enter some text that would then be shown on the primary website.
I thought I could have a form with just a textarea box. Then whatever they entered could be sent to a TXT or HTML file which could be Included onto the primary page.
How wouls I go about doing this so that any time the form is used, it would overwrite anything that was in the file before. Or ever better, when they go to the form it would read whatever was in the file into the box, and then let them edit it or change it all, and then re-write it back to the file.
Is this doable in ASP or is there a better way to do this?
Any input is much appreciated.
THanks,
--Mike