Yu can add a focus to an object created with javascript. Once you have the objet (textbox) in a variable (for this example myNewTextBox) you can just add an event to it. Example: myNewTextBox.focus = myFunction;