Use the web-pages prepared in the last two assignments and incorporate the
following features :
- Add the following checks to your form :
- The name should not be less than four characters and more than 30
characters.
- The mail id should be valid. The least you should do is check for
the "at the rate" symbol and that there is at least one character preceding
it. In other words, the email-address should not start with the "at the rate"
symbol.
- The form should display at least five alerts, prompts and confirms. You
can use them when changing from one input field to another in the form, or
when the form is uploaded/downloaded, etc.(these are not mandatory events, you
can choose your own.)
- Make a new button in your form such that clicking that button opens a new
window containing ITAs website or any other web-site of your choice.
|