I have a form based page that is hosted in an IFrame on a parent page. When the form loads, I set the focus on a particular field using JavaScript. This seems to work fine, however the tabbing order gets messed up. I have explicitly set tabindexes for all of the fields on the form, but when I press tab on the first field from where I put focus, the focus jumps to the address bar in IIS. The wired thing is if I do not host this form in an IFrame, then it works fine. I am calling the focus() method on the field, is there some other method I need to call as well to get this to work? I even tried setting my tabindex values really high to try and compensate, but still no luck. -- ----------------------------------- Ken Varn Senior Software Engineer Diebold Inc. EmailID = varnk Domain = Diebold.com -----------------------------------