Connecting Tech Pros Worldwide Forums | Help | Site Map

Textbox save/edit

anush
Guest
 
Posts: n/a
#1: Dec 7 '07
Hi,
I want to create a ajax textbox where when I add some content and save
it, it saves the content and also appends the username to the content.
And when I clcik the edit button, I just get the content without any
username.

I saw this is in flcikr notes where when I comment on an image, it
displays the content with the username at the end and when i edit it
only the content is retrieved in the box.

Can anybody please suggest me on how I should go about doing it.

thanks,
Anush

David Mark
Guest
 
Posts: n/a
#2: Dec 7 '07

re: Textbox save/edit


On Dec 7, 12:38 pm, anush <anushshe...@gmail.comwrote:
Quote:
Hi,
I want to create a ajax textbox where when I add some content and save
There is no such thing as an "ajax textbox." I assume you mean a
textarea that is part of a form that can be submitted via Ajax.
Quote:
it, it saves the content and also appends the username to the content.
That is done on the server.
Quote:
And when I clcik the edit button, I just get the content without any
username.
That's because the server is not actually appending the user name to
the content, but adding it to the generated page after the edit
operation.
Closed Thread