if (document.getstuff.fullname.value == "") {
errMsg[i++] = 'Name is blank. Please fill it in.';
}
Also, how can I display the error messages the same way I did in Javascript? I'm just not sure how I could do this

New Topic/Question
Reply



MultiQuote


|