Perform following steps , its like a neat little trick for over ridding save functionality

  1. Write a custom s-control that directs the user to the standard edit page of the object in question, but sets the saveURL to point to your custom component that will perform the action. The saveURL needs to include the ID of the object.
  2. Override the Edit button for the object in question with your s-control.
  3. When the user clicks Edit, they get the standard edit page, then when they click Save, they’re redirected to your component, which performs whatever actions you need.

Read the complete hack @ Salesforce Blog