jaden403 0 Newbie Poster

Is there a way in JavaScript to add a footer to the bottom of each page that says something like "Continued on next page..." when the user prints the document?

I know that the footer is generally controlled by the client's browser, and am not trying to get rid of that; I simply want to add my own message above that. Is there a way to include this footer (only) when printing from a browser?