Recent Posts

Timesheet management software

Timesheet management software

Return To Blog Listing

HHTimesheet is a hosted time and expense tracking software for small to medium size companies.

Search This Blog's Tags For:

Recent Posts Tagged With 'javascript'

  • Stop the user from leaving a page if changes has not been saved

    Posted on Thursday February 5th, 2009 at 07:03 in javascript, hint

    The requirement was “Give a warning if user want to go away from timesheet form if they made a change to their timesheet and hasn’t saved yet” window.unload is too late we should use onbeforeunload event. onbeforeunload is not supp...

  • onchage event doesn’t bubble up in IE

    Posted on Thursday February 5th, 2009 at 01:05 in javascript, hint

    In the last couple of days I was busy updating the timesheet entry form in our timesheet management software. I create a class called TimesheetFromController to handle all the operations like: update the total time as user change the time set the mo...