0
How do I change box size through user input and size will be changed after click on submit button?
I wanna change my box hight through user input and the size will be change when user click on submit button
1 Resposta
+ 2
What code do you have so far?
You'd need to use JavaScript to change CSS values using an onclick event listener.