script error
-
Btn_CloseWindow.OnClientClick = "window.close();"; this line is not executing when pressing button first time ? it working from second click please help me in this. Regards Rajkumar.
-
Btn_CloseWindow.OnClientClick = "window.close();"; this line is not executing when pressing button first time ? it working from second click please help me in this. Regards Rajkumar.
What is the error?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Btn_CloseWindow.OnClientClick = "window.close();"; this line is not executing when pressing button first time ? it working from second click please help me in this. Regards Rajkumar.
use Btn_CloseWindowAttribute.add("Onclick", "javascript:window.close();") hope this help.
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Btn_CloseWindow.OnClientClick = "window.close();"; this line is not executing when pressing button first time ? it working from second click please help me in this. Regards Rajkumar.