This is when the form on the page does not POST to its own page, but it posts to another "receiver".
Typically when you build a web form, the webform HANDLES the return. In crosspage posting, the form goe on to a different location to be handled by a different set of instructions.