Link to home
Start Free TrialLog in
Avatar of savsoft
savsoftFlag for India

asked on

On Blu Event is Not Working

Onblur code for javascript is not working???

____________________SEE CODE HERE ______________________

window.onblur = function() {
   limit=document.getElementById("yes").innerHTML;
clearTimeout(t);
};

window.onfocus = function() {
if(limit!=undefined)
{
javascript:starttime(limit,point,aid);  
}
};
Avatar of Eyal
Eyal
Flag of Israel image

if you put alert do you see it?

use firebug to debug
Avatar of savsoft

ASKER

no i have check this with alert also.... its not working also
have you checked the console in the firebug?
can you give a link?
ASKER CERTIFIED SOLUTION
Avatar of Pratima
Pratima
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of savsoft

ASKER

Gud...