Update pages

I am going to be designing a table of contents page for a department in my company and. I want them to actually make the updates to this page, so withoug using any scripting languages (php, asp, etc), how would I have them actually do the updates? I was thinking I would build the template and then have an admin site where they go to and select the portion of the page they want to update (what's new, etc) and use a form to update it with. Can this be done without using any scripting language? If so, how, I'm not aware of how to do this with straight html code. This will be on a Windows IIS server, if that matters at all.<br />
<br />
Thanks<!--content-->You can't do it with only HTML. You're going to have to use some sort of server-side language to commit the changes they make to the page.<!--content-->
 
Back
Top