Hi,
I'm trying to run this code
var LR = document.createElement(id);
alert(document.getelementbyid(id));
the second line is not working. What is the problem ?
Thank you very much
I'm trying to run this code
var LR = document.createElement(id);
alert(document.getelementbyid(id));
the second line is not working. What is the problem ?
Thank you very much
Comment