Browse by Tags

Related Posts

  • Attach event handler to window events?

    I'm trying to set up some script to respond to onkeypress events on the window object. I want to respond to the window event instead of a textbox event because I'm trying to enable Excel-like nagivation between for elements using the arrow keys. The following works in Firefox, but not IE: < !DOCTYPE...
    Posted to ASP.NET AJAX UI (Forum) by mhil_cbtech on 11-13-2006, 12:00 AM
    Filed under: ajax, asp.net ajax, event, extend, UI, Javascript, ajax beta 2
  • Client side action after validation

    Hi guys. Somebody knows how can I trap the triggering of a validator in client side? I have a textbox with a RequiredFieldValidator attached to it. When the textbox loses focus the validation is performed. How can I do some client side action after the validation? Like displaying a nice error box......
    Posted to Web Forms (Forum) by grhm on 07-23-2007, 12:00 AM
    Filed under: javascript, Validators, event, action
  • calling javascript functions from code behind?`

    I have a page with 2 controls, a textbox and a button. I would like the button pressed event in the code behind to take the text in the textbox and pass it as an argument to a javascript function i have written that should then execute. Is this possible?
    Posted to Web Forms (Forum) by enigma23 on 07-24-2007, 12:00 AM
    Filed under: javascript, event, code behind
  • 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: javascript, Firefox, event
  • Assigning multiple functions to document.on... events

    Does anyone know how to assign multiple functions to events like document.onmousedown? I don't want to overwrite the event handlers placed there by previous script libraries etc. Essentially, all I want to do is get the mouse state (position, buttons pressed etc) without having to assign an event...
    Posted to ASP.NET AJAX UI (Forum) by matthewwebster on 11-15-2007, 12:00 AM
    Filed under: event, Javascript, mouse state
  • Re: Newbie needs to know browser info

    Hi Diane, What do you mean by 'server size'? When the onresize event is triggered, the handler is passed an event object that contains the new dimensions of the browser window. You can then reformulate your elements as required. The event object is also passed to other events, including onload...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by kim3er on 04-30-2008, 12:00 AM
    Filed under: javascript, ajax, event
Page 1 of 1 (6 items)