Just like the title says. I need a non php script that will allow users to submit content. If anyone has one in html, please share.
It cannot be done without some form of serverside script. HTML is simply served to the client without the content being looked at by the server. What you are wanting is for the server to react to the postback in which case you need something more be it PHP, ASP, .Net, JSP, CGI, CFM or any other serverside option.