aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Disable TextBox Ability To Display Old Data Typed In It Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Disable TextBox Ability To Display Old Data Typed In It" Watch "Disable TextBox Ability To Display Old Data Typed In It" New topic
Author

Disable TextBox Ability To Display Old Data Typed In It

Maya sekar
Ranch Hand

Joined: Sep 22, 2011
Posts: 70
Hi Everybody :) ,
I am working on jsp. You know everytime we enter data into a text box in jsp and it displays old data entered in a drop down. I want that disabled. How do i do that? Any help is appreciated.

Thank you,
Have a great day. :)
Deepak Rao
Ranch Hand

Joined: Jan 24, 2012
Posts: 31

Hi Maya,

I think you are talking about the autocomplete. That is a browser feature which can be turned off in browser.

But I think there is a autocomplete="off" attribute for the form as well.
Give that a try.

Thanks
Deepak
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

That attribute has been added in HTML5, so not all browsers will support it.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Disable TextBox Ability To Display Old Data Typed In It
 
Similar Threads
adding to files
print out random number and state odd/even
jtable
why i cannot get request object in Action class from jsp
JSP hyperlink problem