When I refresh a page with Firefox, the values of the check boxes, input fields, etc. are kept.
Is there a way to make Firefox not keep them, using a meta tag without JavaScript?
For an input tag there's the attribute autocomplete you can set:
input
autocomplete
<input type="text" autocomplete="off" />
You can use autocomplete for a form too.
form
1.4m articles
1.4m replys
5 comments
57.0k users