Hi there. I'm trying to find out if CuteEditor for ASP allows you to edit a static content page and save it. I see that it can be done with the .Net version but I'm not sure of the code for ASP. Basically, I have 2 pages: Template.asp and Content.inc. Template.asp has all the borders, logos, tables, etc.. and has an include statement which includes Content.inc into the body of the Template.asp page.
I would like to create a file called EditContent.asp which has the basic CuteEditor functionality. When I open EditContent.asp, I want it to pull in the html for Content.inc. Then, when I modify the information and save it, it overwrites Content.inc.
I'm wondering if there is an easy way of doing this (I assume its been done before).
Thanks,
Miles