IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes Uneditable TextBox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Uneditable TextBox" Watch "Uneditable TextBox" New topic
Author

Uneditable TextBox

Roisin Dunne
Greenhorn

Joined: Feb 19, 2004
Posts: 12
im using an xml database to populate a HTML web page
can anyone tell me is it possible to disable a text Box oris there another way of doin this so the user cannot edit the deatils on scrren?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
<input type="text" readonly="readonly" name="TB" value="asdf">
 
 
subject: Uneditable TextBox
 
developer file tools