Kabuki Armadillo wrote:
> I'm an html / css hobbyist. Was persuaded to set up a friend's business
> "brochure" site.
>
> Now he wants interactivity -- specifically would like to edit online lists
> of clients, perhaps in some sort of spreadsheet form. The idea is that his
> staff would update online lists of students for the various first aid
> courses he teaches.
How many of these lists are we talking about?
> I was wondering if there was some server-side solution. I have used
> javascripts from script farms for some simple stuff. Is there a way to
> accomplish this with javascript? Say download the file, edit and then upload
> it again "invisibly"?
I use on one site Tiny MCE.
http://tinymce.moxiecode.com/ Basicaly I use
php and the text I just include. I have removed everything that might
distract the person from editing text. The person can only include text,
make links, bold and italic. All the rest is removed.
The hardest part was to let the person log in and have an icon they see
once they are logged in, so they can click on it and be able to edit it,
while others who can not log in are not able to edit.
houghi
--
> Knock-knock.
> Who's there?
> Under the Patriot Act, we don't have to tell you that.