wipe Posted August 15, 2006 Share Posted August 15, 2006 Hi guys,i have a small problem.Im trying to use an iFrame. Everything works fine but the informations inside the iFrame come back with all website body.I really don't know what is going on.[code]<iframe name="frame" src="index1.php" width="500" height="600" frameborder="0" scrolling="no" allowautotransparency=true></iframe>[/code]The index1.php just have a small table with a PHP query. I dont have the website body into.When i use the iFrame i have the website header and the website header again in the iFrame with the index1.php information.Tanks for the help,Wipe Quote Link to comment Share on other sites More sharing options...
alecjw Posted August 27, 2006 Share Posted August 27, 2006 An iframe shows the entire page. you have to take the website header out of index1.php. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.