Posts by songa • 25 points
2 posts
-
0
votes1
answer262
viewsQ: How to maintain previous checkbox status?
I need to maintain the variable’s previous state checked of input guy checkbox, after the page is loaded. In the current state, every time it is loaded, the checkbox returns to unchecked condition.…
-
0
votes2
answers3488
viewsQ: How to change the href of a link dynamically?
The code at the end of the statement is OK and works as expected. On the lines <a href='?f=on' onclick="alert('LiGHT ON')" class='btn1 btn-sea'>ON</a> <a href='?f=off'…