Browse by Tags

Related Posts

  • Javascript MouseDown Event

    Hi All, I'm writing javascript code to show a context menu when the use clicks the right mouse button. Everything is working fine except that I cannot know if the button clicked is the right or the left. I have tried the 'which' property of the event, but it returns 'undefined' value...
    Posted to Client Side Web Development (Forum) by net fan on 09-26-2008, 12:00 AM
    Filed under: Right Click Event, event, javascript, MouseDown
  • 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: ajax, event, javascript
  • 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: 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
  • 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: code behind, event, javascript
  • 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: Validators, event, javascript, action
  • 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: asp.net ajax, event, extend, Javascript, ajax, UI, ajax beta 2
  • how to invoke events using javascript?

    hi friends .. how to invoke an event using javascript?? im writing a quiz program and i have a javascript countdown timer in it.. i wish to invoke a submit button event when the countdown timer reaches zero.. pls help me to complete this task.. thanks in advance..
    Posted to Client Side Web Development (Forum) by skalyanchakravarthy on 11-23-2009, 12:00 AM
    Filed under: javascript, javascript asp.net, event, javascript asp.net controls, Javaavascript, java scripts syntax, javascipt c#, javascipt asp.net, clientside, Javascipt asp.net ie7, Client side programing
  • Call vb.net method from javascript?

    Hi Is it possible to call a method or button click event in vb.net code from javascript? Thanks
    Posted to Client Side Web Development (Forum) by scottc1988 on 03-06-2009, 12:00 AM
    Filed under: vb.net 2005, asp.NET, ASP.Net 2.0, client, Client IsPostBack, client scriptcript, client side, client Side Web development, clientside, event, events, javascipt, javascript
Page 1 of 1 (9 items)