I am having one id of textbox in form of string & I want to set some value from js. How could I set it
document.formid.getElementByTag("input").getelementId("strTextId").value = dynamicVal
Other cases its HTMLInputObject ref. But here I am having string id only
Please guide me. I wanted to do it in javascript only