Forum Moderators: open

Message Too Old, No Replies

Form focus lost in Mozilla..?

         

maaike

9:36 am on Aug 5, 2003 (gmt 0)

10+ Year Member



I've built a page with 2 forms ('quick search' and 'extensive search') but it doesn't work properly in Mozilla: when I've submitted one of the forms (and the search results are being displayed, on the same page) I can't switch to the other form anymore; it seems impossible to move the focus to the other form.
Does anyone have a clue?
Thanks in advance!

korkus2000

1:34 pm on Aug 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld maaike,

Can you post the code of the two form tags?

maaike

7:24 am on Aug 8, 2003 (gmt 0)

10+ Year Member



hi korkus,

you mean just the start tags,

<form class="groupsearch" action="index.cfm?act=#xfa.select#" name="group" method="post">...</form>

and

<form class="prodsearch" action="index.cfm?act=#xfa.select#" name="prod" method="post">...</form>

or including the <input> and <select> tags?

by the way:
in the meantime i found out that it's not just the other form you can't switch to; *both* forms are 'dead' after submitting one of them... (sorry for the inaccurate description in my first post!)