My situation: I'm teaching myself JavaScript. I can create very basic web pages and right now I am practicing forms and form validation scripts. Right now, when I hit the submit button on these forms, the data doesn't go anywhere since the page is not connected to a web server.
I just wanted to know if there was a way to write these HTML pages so that the data I submit through the forms would go to an Access database on my own computer. Can I do this with HTML/Javascript or does it require a different language. If you can provide a link to a tutorial, I would really appreciate it, but any answers are welcome.
I just wanted to know if there was a way to write these HTML pages so that the data I submit through the forms would go to an Access database on my own computer. Can I do this with HTML/Javascript or does it require a different language. If you can provide a link to a tutorial, I would really appreciate it, but any answers are welcome.