I have a form that allows a user to search, when submitted it displays the information below the form. The users have requested that after they click Submit, that the information they input into the search text area, remains there after they click submit. They would also like to have a "Clear" button to remove the text if needed to input additional searches.
Depending on which server side language you are using with the form it is simply a matter of setting the form field values from the fields passed with the form. Only the clear button functionality would require JavaScript (although JavaScript could be used to process the form without having to reload the page.
Bookmarks