Loading a POST page into – freefaller Aug 14 '12 at 11:15

-1

If you have control over Page2.php and http://externalsite.com/ you can concatenate all data posted from the form as GET request inside iframe src field:

<iframe src="http://externalsite.com/post-to-this-address-thru-iframe/?param1=val1&param2=val2">
</iframe>
Eugene
  • 3,280
  • 21
  • 17