hi
-
hi i have done one web site,it contains only static pages(html).how to provide content editing option to the adminstrator of the website.i have tried Javascript WYSIWYG Editor of TinyMCE(http:// tinymce.moxiecode.com/) bt i cant possible to update bcoz form action is http://tinymce.moxiecode.com/dump.php?example=true plz any one help me thank you nagesh212@gmail.com
Nagesh
-
hi i have done one web site,it contains only static pages(html).how to provide content editing option to the adminstrator of the website.i have tried Javascript WYSIWYG Editor of TinyMCE(http:// tinymce.moxiecode.com/) bt i cant possible to update bcoz form action is http://tinymce.moxiecode.com/dump.php?example=true plz any one help me thank you nagesh212@gmail.com
Nagesh
You would need to use a server-side language to update your website's content, such as ASP.NET or PHP, to write a page to do this for you - you could then send the output from your editor to this page and it would update the designated page's content for you. Regards, --Perspx