This topic is locked

redirect to another page

9/4/2008 5:57:36 AM
PHPRunner General questions
F
futo author

hi,
i have next code :
//**** Redirect to another page ****

header("Location: Podaci_za_uplatu_print.php");

exit();**
what should i add and where to this code to open page in new window
thanks

J
Jane 9/4/2008

Hi,
use following code instead:

?><script>

window.open('Podaci_za_uplatu_print.php');

</script><?php