Ishkar Posted May 11, 2007 Share Posted May 11, 2007 Hi everybody, In the last weeks I get problems with IE. I allways check my PHP webpages with Firefox, it allways works, but if you load the same webpage with the IE it shows a beautyfull empty page. If you look the source code it is all there, all the output HTML but it doesn't shows ¿Any idea? I put here one of the webpages with I got problems http://www.optim-e.com/new Thanx ^^ Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/ Share on other sites More sharing options...
papaface Posted May 11, 2007 Share Posted May 11, 2007 IE does this to me sometimes. I don't think it is a PHP issue, more of an IE one. Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250698 Share on other sites More sharing options...
micah1701 Posted May 11, 2007 Share Posted May 11, 2007 happended to me yesterday. change: <script language="JavaScript" src="req/js.php"> to: <script language="JavaScript" src="req/js.php"></script> Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250700 Share on other sites More sharing options...
Ishkar Posted May 11, 2007 Author Share Posted May 11, 2007 Thanks man! Now is working PD: I hate IE!! Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250704 Share on other sites More sharing options...
micah1701 Posted May 11, 2007 Share Posted May 11, 2007 PD: I hate IE!! Angry Agreed! LOL. Welcome to phpfreaks, by the way Link to comment https://forums.phpfreaks.com/topic/50955-solved-error-showing-php-output-in-ie/#findComment-250707 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.