I can do this by using:
However, if the page is displayed inside a modal dialog box, IE Only, then the Javascript errors.Code:document.Form1.MyTextBox.focus();
Modal popups are an IE things, and do not work in firefox, and thus only IE has this problem.
Woka


Reply With Quote