when i enter user name as "ajay" and close the page .
Open the this page again then press key "a" in user name field then show the previous user name "ajay" .
i wnt that code who refresh the previous text value filed.
Printable View
when i enter user name as "ajay" and close the page .
Open the this page again then press key "a" in user name field then show the previous user name "ajay" .
i wnt that code who refresh the previous text value filed.
Are you in any way related to the person in the thread
http://www.java-forums.org/javaserve...eld-value.html
?
i have use autocomplete = "off" in form but gives warning attribute autocomplete not found then you have anther way to refresh text box
without warning
You could add a custom DTD to make it get recognized using something like
Or you can simply ignore that warning.Code:<!ATTLIST (form|input) autocomplete (on,off) #IMPLIED>