On working more on this, i just got it resolved on my own. The issue in my case was that HTML DOM don't return the control until it is loaded (though it show up on form). So as a work around, i just added a timeout until the control is available.
↧
On working more on this, i just got it resolved on my own. The issue in my case was that HTML DOM don't return the control until it is loaded (though it show up on form). So as a work around, i just added a timeout until the control is available.