0

Is there any way to save the text written in a input field?

Like when you reload the page the text written before reload will still be in the input box.

13th Mar 2021, 11:32 AM
tergsdf
tergsdf - avatar
1 Resposta
0
Yes there is a way First make a input field And give name then write this code in js //Write the name that you give in input tag in place of title Var z = document.title.value; You can use z variable anywhere
13th Mar 2021, 1:50 PM
code_creator1
code_creator1 - avatar