checkbox value after refresh
- by moustafa
hi guys,
How to retain the checkbox value (in js) after refresh?
There is a checkbox in this form. When the page is refreshed, the checkbox data disappears.
Is there a way to refresh the page, while keeping the checkbox data?
I have a window (#1) with a form and checkbox. #1 has a link to pop up another window (#2) with another form. When the form on #2 is completed, #1 is refreshed.
My project is a combination of PHP and JS..please help
Thank you.