File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes making  elemnt readonly and editabble Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "making  elemnt readonly and editabble" Watch "making  elemnt readonly and editabble" New topic
Author

making elemnt readonly and editabble

ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 186
I am facing problem in making field readonly and again editable , my select tag have onChange event ,depending upon the selcted value i need to make 3 textboxes readonly and again editable , it makes them readonly perfectly but it keeps them readonly even i changes the value of select tag

here is the code

This message was edited 1 time. Last update was at by ravindra patil

Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 14857
It is readOnly

Eric
ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 186
I didn't get you !
when value is "FILL" is is doing what i am expecting but when value is other than FILL it shuld be editble

Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 48810

Case counts!

readonly and readOnly are not the same!

This message was edited 2 times. Last update was at by Bear Bibeault



[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 186
O You guys are amazing lets have weekend party tonight
 
 
subject: making elemnt readonly and editabble
 
MyEclipse, The Clear Choice