var DomYes=document.getElementById?1:0;
It seems to be creating the variable "DomYes" and assigning it a value (which turns out to be 1 ).
But can anyone explain to me what is going on on the right hand side of the "="?
Tips on places where I could learn more about this sort of thing would also be greatly appreciated.
Ed
It seems to be creating the variable "DomYes" and assigning it a value (which turns out to be 1 ).
But can anyone explain to me what is going on on the right hand side of the "="?
Tips on places where I could learn more about this sort of thing would also be greatly appreciated.
Ed