You are not logged in.
Pages: 1
While using this site, the most important thing is to be able to post code snippets. To do this, use the BBCode "code" tags (have a look on the 'BBCode' help page for more information). Here's an example of how code formatting looks.
function process_form(the_form)
{
var required_fields = {
"req_email": "Email",
"req_subject": "Subject",
"req_message": "Message"
};
</script>
Offline
Pages: 1