Pregunta

I'd like to make an autosave feature, but without using server storage and flash. What's the preferred cross browser way to save a textarea, then recall it from browser storage? Internet explorer has userdata afaik but what about the others?

¿Fue útil?

Solución

Either Local Storage or Session Storage (works in IE8 and other browsers).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top