Things work great "including" the comfirm page on the form page, and when I try to do a
PHP Code:
print "<meta http-equiv=\"refresh\" content=\"0;URL=mail_report.php\">";
the variables don't carry over, and when I try doing a
PHP Code:
header("Location: mail_report.php");
it throws a error message such as this:
"Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\local_sites\three_column_fixed_tes t\loop_practice.php:7)"
When mail_report.php is called by the "onLoad" function of mail_confirmation.php, it shows up great, but when the chain is started by the "include 'mail_confirmation.php';" in the contact form page, the new window at the end of the chaion never materializes. Could that JavaScript window be made to function with variable carryover, you think?
I really want to project the confirmation page in another page, tab, window or pane, other than the contact form page. Is that not usually done? What are your ideas? I've been spending a lot of effort on this. Thanks for you patience.
matt
|