Month: January 2008
-
JavaScript Timer function for session time out.
<script language=“javascript” type=“text/javascript”> document.onkeypress= resetTimer document.onmousemove= resetTimer document.onmousedown= resetTimer document.Onfocus= resetTimer var timerId; timerId = window.setTimeout(“timeOut()”,7200000); function resetTimer() { window.clearTimeout(timerId); timerId = window.setTimeout(“timeOut()”,7200000); } function timeOut(){ // do something here alert(“Your session is times out. You will not be able to continue. Please login again ”); var x=1; if(x==1){ //do something here } } </script> Read more
-
Walked The Talk
There is pride in keeping our word to others and prove them that they can count on us! And I am having that pride right now after keeping my promise to my closest friend. Thank you very much AVBN. Hurrah!!! Now I am debt free! Read more
-
Bouncing back…soon!
Already one month turned past in the New Year. This year I intentionally didn’t make any resolutions.But in my mind I am very much clear and aware of what one (yes…only one thing) thing I should do in this year for my own benefit.But I didn’t document it anywhere. After all, it is only one thing and my memory… Read more
-
2007 in the hindsight
If there is one word which I can use to describe how 2007 was for me, it would be “UNCERTAIN” . 2007 was the year I spent much of time in uncertainty. There were many good happenings like engagement(Feb‑4) , marriage(Mar-29) , got new job offer(May-25) , started life with LOVEOFMYLIFE (Jun-24), role change(Oct‑5) etc. Equally were… Read more