When I load a page I am setting focus on a text box for searching. Everything works fine just by setting txtName.Focus() but not in IE 11.
I tried a few different things(below) but to no avail.
Can anyone help me out with this?
Thanks
JK
I tried this but its not working in IE 11
document.GetElementByID('txtName').Focus()