How can I get the input field from the innerHTML which is a string? getElementById does not work obviously.
div.innerHTML = "<input id=\"ValueField\" name=\"test1\" value=\"1\" type=\"hidden\">"
How can I get the input field from the innerHTML which is a string? getElementById does not work obviously.
div.innerHTML = "<input id=\"ValueField\" name=\"test1\" value=\"1\" type=\"hidden\">"