chigumbuk Posted November 10, 2006 Share Posted November 10, 2006 The following code works well with firefox web-browser, but it gives a blank page in IE6.<iframe src="http://intranet/she/she.php"frameborder='0' marginheight='0' marginwidth='0'></iframe>however the following works in both in firefox and IE6.<iframe src='http://intranet/directory/tel.html'frameborder='0' marginheight='0' marginwidth='0'></iframe>I wish to use the IFRAMES with php in IE6 where am I missing it. Can php work with IFRAME or its the html files that work with IFRAME only. :o Link to comment https://forums.phpfreaks.com/topic/26803-php-ie6-iframe-problmes/ Share on other sites More sharing options...
Petsmacker Posted November 10, 2006 Share Posted November 10, 2006 PHP does work in iframes.<iframe src="http://intranet/she/she.php" frameborder="0" marginheight="0" marginwidth="0"></iframe>Should work, though I suggest you add width and height values too. Link to comment https://forums.phpfreaks.com/topic/26803-php-ie6-iframe-problmes/#findComment-122582 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.