I am creating a project that only uses client side languages. I want to get information from an html form and store it in a HTML5 Web SQL Database.
I was wondering if anyone could suggest the best way to do this. Should I some how store the form data in JavaScript vars and then pass those vars to the HTML5 SQL?
Any advice would be appreciated!
Thanks!
just posting what I mentioned in the comment above html5rocks.com/en/tutorials/webdatabase/todo Its very similar to what I wanted to achieve and helped me a lot