Browse by Tags

Related Posts

  • Default button invoking another button when invoked?!?

    Hi all you client side script gurus out there - maybe one of you can help me or point me in the right direction... I've implemented a custom default button solution to fire a LinkButton when [Enter] is pressed while the focus is in a text box. I've done this to support Firefox which for the usual...
    Posted to Client Side Web Development (Forum) by gavinharriss on 10-28-2007, 12:00 AM
    Filed under: panel, defaultbutton, linkbutton, Firefox
  • Bug = FF + DefaultButton + LinkButton + Textboxes

    Interesting bug. Take the following code: <html> <body> <form DefaultButton="btnSubmit" runat="Server"> <asp:TextBox ID="FName" RunAt="Server" /> <asp:TextBox ID="LName" RunAt="Server" /> <asp:LinkButton Text="Submit" ID="btnSubmit" RunAt="Server" /> </form>...
    Posted to Web Forms (Forum) by Tyrven on 01-22-2007, 12:00 AM
    Filed under: DefaultButton, LinkButton, Firefox
Page 1 of 1 (2 items)