0

Is there any cross-browser mechanism to automatically fill the value of the html form, if it was already been filled previous time when user opened the page?

For example, I have authentication page with login form (username & password) which is used for Spring-Security. In case of authentication failure user is redirected back to the login page. Is there any way to get username input filled with the username that was entered first time (except of manually do it on the server side)? Are there any HTML tags or CSS properties?

4

0 回答 0