Thursday, December 18, 2008

javascript focus doesn't work

Had this issue working with .net and javascript. I had the issue where I was trying to set focus on a text box. But, for some reason, I couldn't set focus. I could set focus on drop down boxes in the same window.

Solution, instead of using .focus, I used .select. I still haven't figure out the reasoning behind it, but select worked, focus did not.