I get the script elements with some name:
var arr = document.getElementsByName("E"); I want to get the values of these elements, but for some reason arr [0] does not have the value or other property, even though there are no docks at all, I searched for HTML5 is also empty, how can I get the values ie value of these elements?