Advertisement

1 - 10 of 142 containing alltags:("onblur") (0 seconds)
<input type="text" name="member_id"  id="member_id" onblur="handleBlur(this)" onblur="setCase('upper')" onfocus="handleFocus(this)" maxlength="5" size="5" /> in the script above i have 2 onblurs...
Zones: JavaScriptDate Answered: 02/27/2001 Grade: A Views: 8
I have a window that I want to automatically close if another window is selected.   I tried using: <BODY etc etc onblur=window.close()> This works fine on IE & Navigator on Mac. On PC wit...
Zones: JavaScriptDate Answered: 01/15/2004 Grade: A Views: 0
Hi all, I have screen which uses a HTC. HTC is simple simmulation of a table(TR/TD). In the table i have a editable column by name SortOrder. In HTC in onblur event of this column I have written ...
Zones: JavaScriptDate Answered: 02/24/2004 Grade: A Views: 0
I have validation code to check the user entries on a webform.  the validation routine is called onblur of the edit controls.  if the user entry fails validation, I want to pop up an alert and rest...
Zones: Web DevelopmentDate Answered: 05/14/2003 Grade: A Views: 0
Here is a simplified version of my problem:  My code is too long to paste but will do it if anyone needs it I have a table with say 4 cells (td1,td2,td3,td4) I am changing the background imag...
Zones: JavaScriptDate Answered: 10/10/2004 Grade: A Views: 0
I need to validate a field onBlur with JScript: - should be numeric (1 to 9999999999) - spaces should be trimmed Thanks.
Zones: Adobe AcrobatDate Answered: 11/29/2004 Grade: B Views: 0
Hi all, I have to start a code behind routine after the user leave my custom control. Anyone know a javascript trick to hook an ASP.NET code on the onBlur event?? Has I said it's a custom con...
Zones: ASP.Net ProgrammingDate Answered: 12/01/2005 Grade: A Views: 0
I am trying to have window ALWAYS BE ON TOP.  I have searched through the solution database and found that if I am to do so i need to put onBlur=self.focus() in page load for new window.  However, ...
Zones: HTMLDate Answered: 12/01/2005 Grade: A Views: 13
I have a timesheet that has example: RH RH RH RH RH RH RH <- regular hours, monday -> sunday and at the bottom i have: SH SH SH SH SH SH SH <- heures supplementaire...uhm I think that's ov...
Zones: JavaScript, XHTMLDate Answered: 08/25/2006 Grade: B Views: 0
i have written AJAXServlet , onblur event sometimes its calling AJAXServlet and sometimes not calling servlet; var xmlHttp; function checkStation(station) {  var Url='AJAXServlet?origin='+o...
Zones: Java, ServletsDate Answered: 10/05/2006 Grade: A Views: 0