New Page 1

   
May we store cookies
on your computer?

Please log in to see additional secure content...

HTML Coding Tasks

Form Validating JavaScript Task View...
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
Modified 23/11/11 by R Sorhaindo | Clicks: 111 | Comments: 0


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