Many thanks, Karl. Your solution works fine. Paul
On 27 May, 01:53, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Paul, > > You could try this: > > $(document).click(function(event) { > if (!$(event.target).is(':text')) { > $(':text').eq(2).focus(); > } > > }); > > I'm pretty sure that should do it. > > --Karl > ____________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On May 26, 2008, at 5:52 PM, paulj wrote: >