WebSultan 0 Newbie Poster

Is there a way to modify this script to print current window & a seperate web file? The code below only prints the entire page. But, I need the function to include the entire page after the form data is submitted, plus an additional "terms and conditions" page which is a different web file. Page Link - http://www.pmcsonline.com/rx-apha.aspx

<script language="JavaScript" type="text/javascript">

<!--

function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, your browser doesn't support this feature.");
}

// -->
          </script>