I have searched and searched... I have to ask...
Is there a way to spawn a new page AND re-direct as script at the same time... I am trying something like this... I know this is in PHP ... but it is client side actions that I want to accomplish...
<?
header( "Location
rocess_moneyout.php target='_new'" );
header( "Location
rint_worked.php" );
?>
I know that the first header's syntax is wrong, but the concept I am trying to accomplish is that the user clicks a "printer friendly" button that allows them to print a report in a new browser window... then when that is done, I want to redirect the original browser to a page that asks them if the print worked fine and then continue with the PHP application...
Any help appreciated.
Petermac
Is there a way to spawn a new page AND re-direct as script at the same time... I am trying something like this... I know this is in PHP ... but it is client side actions that I want to accomplish...
<?
header( "Location
header( "Location
?>
I know that the first header's syntax is wrong, but the concept I am trying to accomplish is that the user clicks a "printer friendly" button that allows them to print a report in a new browser window... then when that is done, I want to redirect the original browser to a page that asks them if the print worked fine and then continue with the PHP application...
Any help appreciated.
Petermac