thenewperson Posted December 6, 2009 Share Posted December 6, 2009 Having problem loading php pages with frame. I know i should avoid them but i need it for now. <frameset cols="100,*"> <frame src="index.php" frameborder="0"> <frame src="http://wwww.google.com" frameborder="1"> </frameset> when i use this the php page shows up blank and nothing shows but google page. Link to comment https://forums.phpfreaks.com/topic/184194-php-frame-problem/ Share on other sites More sharing options...
greatstar00 Posted December 6, 2009 Share Posted December 6, 2009 so,what is in index.php it must be blank if it isnt blank, it will show something if the page isnt found it will show 404 not found message Link to comment https://forums.phpfreaks.com/topic/184194-php-frame-problem/#findComment-972467 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.