Is there any way to completely process a form using only javascript & html ? I need to process a form for a school project but using only JS & HTML with no use of cgi scripts, php,… I don’t want anyone to actually make my homework for me, just a pointer in the right direction :)
edit: With processing the form i mean the onSubmit action, submit the info to the administrator either through mail, write it to a file, ... I have already made a script to validate the inputs.