PHP, IE6 IFRAME Problem. Help me!
Posted: Fri Nov 10, 2006 4:03 am
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.
<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.