Browse by Tags

Related Posts

  • Re: Keycode issue in firefox.

    Hi There, Try parse the event as following: < asp : Button ID ="Button1" runat ="server" Text ="Button" OnClientClick =" clickButton(event); " /> function clickButton(e) { var bt = document.getElementById("<%=NextPrevious1.NextBtnClientID %>"...
    Posted to Client Side Web Development (Forum) by d4dennis@inspir3 on 08-09-2007, 12:00 AM
    Filed under: event, javascript, Firefox
  • Default ImageButton Issue in Firefox

    Hi, I have a problem with my form in asp 2.0 where setting the default ImageButton on the form doesn't work in Firefox. I've read a few "Workarounds" on this but the best one I found has issues because it uses a Javascript doPostBack mechanism on carriage return when keying in a field...
    Posted to Web Forms (Forum) by Del on 06-21-2007, 12:00 AM
    Filed under: event, Firefox
  • Unable to stop propagation of event in firefox 2

    I'm trying to activate another button than default when the user hits enter. In this particular case I cannot use asp:panel defaultbutton. My code works fine in ie7, but in firefox 2 the propagation of the event doesn't stop. The code (simplified): function setupHandler() { Sys.UI.DomEvent.addHandler...
    Posted to ASP.NET AJAX UI (Forum) by sunnaster on 03-16-2007, 12:00 AM
    Filed under: propagation, stopPropagation, event, eventhandling, firefox
Page 1 of 1 (3 items)