Guys i have a HTML page named me.htm I am interested in being able to edit this on the go(edit it online), i don't have such option in my hosting panel So i am looking for a simple solution. I am on a Windows server (ASP is supported) Basically the page me.htm consists of 3 <div> elements and they all contain paragraphs I need to just edit the content, the text and simply save it Is there anything that anyone could recommend Pref some type of user protection (but not necessary) so only certain people can edit it Thanks someone suggested to write 2 little scripts Can someone help If you can write two little scripts, do this: Script 1: Create a basic web page that contains a form that contains text area. Fill the text area with the content of me.htm Script 2: This is the "action" of the form I just described. It receives the edited page text and writes it into the original file. It already knows the filename because this is a script with one purpose. Thanks
First check if write permission is set to allows you rewrite the me.html ! Then also check if your hosting package supports ASP.NET. If both conditions above are satisfied i am going to help you. Otherwise wait for someone who is good at ASP classic. Cheers
use database all what you need to modify, is represented with field database so you can edit recordset in your html code/ asp code