Hello,
I am at my wits end with some code I am doing. I am working on a website that uses frames and has the following in a form. The code is as follows:
function codename() {
if(document.IntranetRegistration.chbxVirtual.checked)
{
document.IntranetRegistration.Address.disabled=true;
}
else
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.