How does an HTML form work?

A web form has two parts: the HTML ‘front end’ and a back end form processor. The HTML front end part handles the presentation while the back end handles the form submissions (like saving the form submissions, sending emails etc).
The back end form processor script is usually written in languages like PHP, ASP or Perl.

The image below illustrates the concept:

  1. A visitor visits a web page that contains a form.
  2. The web browser displays the HTML form.
  3. The visitor fills in the form and submits
  4. The browser sends the submitted form data to the web server
  5. A form processor script running on the web server processes the form data
  6. A response page is sent back to the browser.

The HTML form tag

All the input elements should be enclosed within the opening and closing <form> tags like this:

<form>

The input elements go here….

</form>

The following are the attributes of the form tag:

action=”Link to the form processor script”
The action attribute points to the server side script (the ‘back end’) that handles the form submission. Usually, this will be a script (PHP,ASP, Perl) or a CGI program.

From: http://www.javascript-coder.com

Amazing Web 2.0 Projects

Another fantastic resource from Terry Freedman, you’ll find:

  • 87 projects.
  • 10 further resources.
  • 52 applications.
  • 94 contributors.
  • The benefits of using Web 2.0 applications.
  • The challenges of using Web 2.0 applications.
  • How the folk who ran these projects handled the issues…
  • … And what they recommend you do if you run them.
  • What were the learning outcomes?
  • And did I mention that this is free?!

Free Reading Software

FreeReading is an open source Website where teachers can access a free, sequential, research-based reading intervention program for grades K-3, and contribute their own lessons and insights into what works best in the classroom.

In providing teachers with such a resource, Wireless Generation aims to help school systems deliver high quality instruction with a rigorous, free program that reflects the latest research on effective early literacy practices, and is constantly enhanced and extended by fellow educators.

Join the FreeReading community by visiting www.FreeReading.net.

Watch an ABC News video feature on FreeReading:
http://abclocal.go.com/wabc/story?section=news/education&id=5847636

Using Google for Lesson Planning

Follow

Get every new post delivered to your Inbox.

Join 84 other followers