function confidential(checkbox)
{
if (checkbox.checked)
{
document.getElementById('your_name').value = "Confidential";
document.getElementById('your_name').disabled = true;
}else
document.getElementById('your_name').disabled = false;
}
There are currently 1 users browsing this thread. (0 members and 1 guests)