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.
1 Réponse
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