Hi Guys,
When I use disabled = "true" the text 'disable' is shown on my text box if an empty
string is passed for the value. I've pasted the code I'm writing. Suggest me how should I make uneditable text boxes.
<input type= "text" disabled = "true" size="9" name="newText" value = "" >
Neha