| View previous topic :: View next topic |
| Author |
Message |
mitulhb
Joined: 06 Oct 2005 Posts: 1
|
Posted: Thu Oct 06, 2005 10:55 am Post subject: working with IE but not with firefox |
|
|
I've been writing a jsp page and found strange problems with firefox.
The page has a table and a form. The structure is something like <form><table>....</table></form>. This works fine with IE but when I open it in firefox it causes problems like tabindexing not working and also if <a href...></a> links are having problems like the page goes up first and then we've to click the link again to go to that link.
These things work fine if I remove the form tag completely. |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3620 Location: Sweden
|
Posted: Thu Oct 06, 2005 2:25 pm Post subject: Re: working with IE but not with firefox |
|
|
Hi and welcome to DEVPPL.
What if you try to add the <form> in the beginning after the first <td>. And </form> just before the last <td> in the table. Will that work? |
|
| Back to top |
|
 |
|