I need to create a form that when the user clicks submit, it gets sent to a certain email address.
I know there are ways to do it using a number of server-side scripts, but they are pretty much all disabled on my server. ASP was working for a while, but that no longer works.
The server is running Windows 2003. There is an SQL DB, but I know nothing about how to use it, and currently have no way to access it.
I was thinking that maybe I could do something with AJAX, but I don't know where to start. Any ideas?
This is what I'm trying to accomplish, but without depending on the user to have an email program configured.
I know there are ways to do it using a number of server-side scripts, but they are pretty much all disabled on my server. ASP was working for a while, but that no longer works.
The server is running Windows 2003. There is an SQL DB, but I know nothing about how to use it, and currently have no way to access it.
I was thinking that maybe I could do something with AJAX, but I don't know where to start. Any ideas?
This is what I'm trying to accomplish, but without depending on the user to have an email program configured.