Click to See Complete Forum and Search --> : focus() not working in Netscape 7 and Mozilla 1.2


km4hr
03-03-2003, 12:06 PM
Anyone know why the following example doesn't work correctly in Netscape browsers later that version 4.0?

http://javascript.internet.com/forms/tab-key-emulation.html

What would I need to do to achieve this functionality?

Thanks,
David

gil davis
03-03-2003, 12:43 PM
I tried it on NS 6, and it seems to be trying to submit when you press the enter key. I don't have a solution for you, but if you put

onsubmit="return false"

in the form tag, it tabs correctly.

This link may help some more:

http://www.faqts.com/knowledge_base/view.phtml/aid/1225/fid/130