New Page 1

   
May we store cookies
on your computer?

HTML Coding Tasks

Form Validating JavaScript Task
Some code that may help (you may need more than this):
var errorstatus = true;
var thename=document.getElementById("name").value;
var theage=document.getElementById("age").value;
if (thename=="") {
errorstatus=false;
}
if (theage=="") {
errorstatus=false;
}
if (errorstatus==false) {
'Add your alert message here
'return false somehow
}
else
{
'return true somehow
}

Hand in using button

Please login to see your exercise progress.
Created by R Sorhaindo 23/11/11
Last modified by R Sorhaindo 23/11/11
Clicks: 111

Average Item Rating:

Comments

Name
  Comment
Rate this item   
 

All comments are public and available for everyone to read.
Alternatively, send a message to Hartismere School...

Load more items...


©1997-2012 Hartismere School,  Castleton Way, Eye, Suffolk IP23 7BL :: 01379 870315  [Disclaimer | Privacy | Stats]