<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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20084265.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20390873.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20548870.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20613895.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21147184.html
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.
http://www.experts-exchange.com/Web_Development/Document_Imaging/Adobe_Acrobat/Q_21220800....
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21649457.html
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, ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_21649706.ht...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21964817.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22010934.html
Zones:
Java,
ServletsDate Answered: 10/05/2006 Grade: A Views: 0