Click event not firing in firefox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a form runat server with two asp:textbox and one asp:imagebutton

Im trying to debug a problem when the user clicks in the imagebutton but the
event its not firing in firefox. I would need to know what could be the cause.

In internet explorer works fine.

Thanks a lot.
Kind regards.
Josema.
 
Josema said:
Hi,

I have a form runat server with two asp:textbox and one asp:imagebutton

Im trying to debug a problem when the user clicks in the imagebutton but the
event its not firing in firefox. I would need to know what could be the cause.

In internet explorer works fine.

Thanks a lot.
Kind regards.
Josema.

Pull up the Error Console in Firefox and watch for Javascript error
messages when you click on the image button.
 
Back
Top