Re: forms and TAB query

On Monday, November 4, 2002, 12:45:45 AM, Quinn, Anthony wrote:
> I'm working on a form and the TAB key seems to work - but only up to a
> point. The cursor gets stuck in a form field. Can't quite figure out what
> the problem might be. Any thoughts?

The most likely cause is some script trying to change the focus, look
for things like onblur="this.focus()". You could also try disabling
script and trying to tab again, to see it definitely is that.


Cheers
-- 
Tom Gilder
http://tom.me.uk/

Received on Monday, 4 November 2002 11:54:46 UTC