A
AnalogKid17
I have the following line of code in my start/login page:
document.getElementById("txtLogin").focus();
When I run the website app through F5 (Debug, Start Debugging) it works
fine (ie, focus on txtLogin). When I run with CTRL+F5 (Debug, Start
without debugging) the focus defaults to the URL box.
Can anybody unveil the mystery ?
Thanks.
Keywords: javascript focus dotnet .net debug "stOOpid problem"
document.getElementById("txtLogin").focus();
When I run the website app through F5 (Debug, Start Debugging) it works
fine (ie, focus on txtLogin). When I run with CTRL+F5 (Debug, Start
without debugging) the focus defaults to the URL box.
Can anybody unveil the mystery ?
Thanks.
Keywords: javascript focus dotnet .net debug "stOOpid problem"