Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

textarea with both editable and non-editable text.

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
My application has got a textarea where i have got to display a text which should not be deleted or altered by the user, where as the same user should also be able to enter his own text immedietly after the non-editable text ends.
The non-editable text should be displayed in a different color where the user entering text should be in a different color.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Sounds like your requirements exceed the capabilities of HTML.
In any case, none of this is done in JSP so..
Moving to the HTML/Javascript forum.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Looks like we have a cross post....Not a good thing.....

Closing this thread

continue here: https://coderanch.com/t/118327/HTML-JavaScript/textarea-both-editable-non-editable

Eric
 
    Bookmark Topic Watch Topic
  • New Topic