name and e-mail simple submission html code?

  • Thread starter Thread starter David D
  • Start date Start date
D

David D

Guest
The short answer is "You can't".

Submitting form data needs somewhere to submit it to - and that means a programme running on a webserver.

Creating alerts before the form submits based on the data entered into the form requires JavaScript.

Simple HTML isn't enough.

http://www.cs.tut.fi/~jkorpela/forms/
http://www.opera.com/company/education/curriculum/#Javascript-core
 
I have a simple website and I'd like to insert some html code into my website, so an user has an opportunity to submit his/her details.
In addition, if he/she does not fills all spaces (name, e-mail) - some pup up must be appeared.

So, how to do that?

Thx
 
Back
Top