Click to See Complete Forum and Search --> : Prevent For Reset Form Fields AFter reload page


Max Bayne
02-23-2010, 02:32 PM
hii every body

i need help for this issus

i make form on html that contains input fields like text and select tags

and my problem is when i select any item form select (combo box)
and make refresh for the page the form fields spechial select field was reset to inital value i not make selected attribute to option on select but it reset to first item on select when i reload my page , i need to make page save my selection on the select ....

thanks for every body for helping me .

Fang
02-27-2010, 05:38 AM
Save the form state in a cookie (http://www.quirksmode.org/js/cookies.html).
Check for the cookie when the page loads.