[CODE=javascript]if((document.fo rms[0].employeeId.val ue == 0) && (document.forms[0].applicantId.va lue == 0))
{
alert("Please Select the "+document.form s[0].type.value+" Code or Name");
return false;
}[/CODE]
i want to make the first letter into upper case in the document.forms[0].type.value
thank u
karthick
{
alert("Please Select the "+document.form s[0].type.value+" Code or Name");
return false;
}[/CODE]
i want to make the first letter into upper case in the document.forms[0].type.value
thank u
karthick
Comment