x_ash Posted October 13, 2004 Share Posted October 13, 2004 can anyone help me with my prob plsss how can i use iFrames in HTML thanks Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/ Share on other sites More sharing options...
gizmola Posted October 13, 2004 Share Posted October 13, 2004 An iframe is basically a little mini browser window inside your page. That is to say, that wherever you use an iframe, you can embed a totally independent web page. In general the iframe should be avoided. Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6535 Share on other sites More sharing options...
x_ash Posted October 14, 2004 Author Share Posted October 14, 2004 i already know that, that's why its called an inline frame!!!! i just need it for quite good reasons thanks anywayz!! Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6539 Share on other sites More sharing options...
gizmola Posted October 14, 2004 Share Posted October 14, 2004 i already know that, that's why its called an inline frame!!!! i just need it for quite good reasons thanks anywayz!! No you don't. Websites all across the internet get along fine without using it. Maybe if you explained what you are trying to do, we could explain to you how you could do it without using an iframe. Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6543 Share on other sites More sharing options...
nikhil85 Posted October 25, 2004 Share Posted October 25, 2004 Well to use iFrames all u gotta do is input ur code inside the tags <iframe width="desired width" height="desired height" src="the page u wanna see"> </iframe> Let me tell u that IFrames is not usually used in sites. If u are learning then it is ok. Hope this post helped ya! Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6609 Share on other sites More sharing options...
mgyth Posted November 5, 2004 Share Posted November 5, 2004 It may be that Iframes are not usually used in sites, but if you are making a site in html then there really is nothing wrong with using them, I have used iframes for some sites and it works wery well. And it gives the site a very nice and consistent look since the only thing that changes in the site when you hit a button is the Iframe content. Good luck with the Iframes... Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6656 Share on other sites More sharing options...
zq29 Posted November 5, 2004 Share Posted November 5, 2004 Gizmola, could you please explain why you think the iFrame should be avoided. I can't see any issues with it, it appears to be a useful tool in my eyes. Quote Link to comment https://forums.phpfreaks.com/topic/1995-iframes/#findComment-6657 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.