I have a question. Hoe do i can store a variable into a cookie?
For example i have the function:
function log(){
var userinput = {
Name: document.getElementById('name').value
}
Var user = userinout.name;
}
Hoe can i store the 'user' variable into a cookie, and how can i automaticly fill this...