When the user is directed to the register page, this is due for the new users of the website, they will need to register and log-in to the website before they can purchase any item.



In Dreamweaver there is a facility from the data menu to insert records from the form directly into the database, however this did not validate data, showne below is the form used for registering new users, it was not designed because it was still in testing stage.
When the user clicked the insert record button without inputting the necessary fields, it did not give any warning, and instead gave this error.

To validate this page, another webpage was created, without using the template, as using the template interferred with the javascript function validation,
The form from the webpage is transferred to an asp page, consisting only of VBscript code , this asp page was specifically used to get the form field values from the other page and then save the data in the database.

The development of the page is shown above, without the use of template as it created problem with the javascript , when testing the page, it validated the fields shown below


















