I have this
js script that is causing me problems becuase there is an ampersand (&) in comparison value in my if statement. I keep getting the error :'Unterminated string value'. How can I make it work so that I can use the value "ACA&BS" in an if statement?
if (form.dirvalue == "ACA&BS")
{ form.Domain.value="Resource & Cost Management";
}