This is a plea to you web developers out there, and that includes those responsible for this site too! If you write a page, typically I’m thinking of a logon page, and you want to set the focus to a particular text box please write it correctly. It is very annoying that as the page renders the text box is available so I start to enter my password only for the document load to eventually fire and the code either resets the password text and/or places the insertion point at the start of the text box. This is very annoying, check what’s happening to the text box before assuming it is empty!