Jump to content

internet explorer problem


alin19

Recommended Posts

 

this is a part of a code, in mozila firefox the page opens and display the document

 

 

but in internet explorer  get: The page cannot be displayed with the same header

							if (isset($_POST['confirmare']))
								{


								$_SESSION['nr_ordin']=$_POST['confirmare'];
								$_SESSION['id_bo']=$_POST['id_bo'];
								    $document='pdf/raport.php';

										echo "<SCRIPT LANGUAGE='javascript'>
										<!--
										window.open ('$document')
										-->
										</SCRIPT>";

									}

Link to comment
https://forums.phpfreaks.com/topic/119804-internet-explorer-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.