Here is a function I made:
function dis_sub(CID,ALI,NAME,PIC,EID)
{
SUB_CAT+CID.ALI.value = ALI;
SUB_CAT+CID.NA.value = NAME;
SUB_CAT+CID.IDD.value = EID;
}
It is saying that I have syntax error right after the = sign.
Also SUB_CAT is not a variable.