YoelBenYossef
Programmer
Hi there,
I'm using Javascript in an ASP application. I'm trying to get it to use multiple conditions for the if, and I can't remember the syntax for it. Is it && or And? I've currently written it like this:
else if (frmIronMountainRequest.Send.checked ==false) && (frmIronMountainRequest.BringBack.Send.checked ==false) && (frmIronMountainRequest.Shred.Send.checked ==false)
Thanks
Eric
I'm using Javascript in an ASP application. I'm trying to get it to use multiple conditions for the if, and I can't remember the syntax for it. Is it && or And? I've currently written it like this:
else if (frmIronMountainRequest.Send.checked ==false) && (frmIronMountainRequest.BringBack.Send.checked ==false) && (frmIronMountainRequest.Shred.Send.checked ==false)
Thanks
Eric