I'm trying to code for javascript off/on.
What I would like to do is have javacript/ajax post a comment in to the database and then display that comment. Which I have done and it works when I use input type="button".
However, if a client has javascript turned off I would like it to post as a normal form.