Probably this question have been asked before. But I don't know how to ask it I'll try explain it using this simple code.
 var x = document.getElementById("x");
 var y = "value";
 alert(x.y);
Hope you understand what i mean.
Probably this question have been asked before. But I don't know how to ask it I'll try explain it using this simple code.
 var x = document.getElementById("x");
 var y = "value";
 alert(x.y);
Hope you understand what i mean.
