| Author |
Online Editors
|
Sameera Abeysinghe
Ranch Hand
Joined: Nov 15, 2004
Posts: 104
|
|
Hi, all I have this JSP site that shows news. The administrator user can edit this news(there is a deferent login for that) What I want to know is to edit this news the administrator user must get some thing like a word application so he can color the text and change font size etc.. very easily. I know this can be done by an applet. But applets run on the clint machines. And it needs JRE on the clint side. I need some thing that is not runs on the clint side. So this has to be done only using JSP or servlets. Thank You Sameera
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
You could try to use special markers like this forum (Instant UBB Code). Code into brackets that you'll transform server-side.
|
[My Blog]
All roads lead to JavaRanch
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
Client side means HTML and Javascript. There is nothing that servlets or JSP can do to help you with this. As such, moving this to the HTML forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Online Editors
|
|
|