Forum Moderators: not2easy
1.) Bookmarking a page may become an issue.
2.) If the user changes the text size, it may disrupt the desired front you want them to see.
3.) SEO will be effect, people will often find the page inside the frame, and not the index.
4.) Not everyones browser supports inline frames.
5.) Some users can be mentaly incapable of accepting the way it works - as one part of the page moves, and the rest doesn't.
Be really careful when using inline frames, and if possible, try not to use them all together.
What is it you're using them for, if you don't mind me asking?
Perhaps learning PHP and/or ASP(x) to bring pages together with ease.
I don't know any ASP, but will learn in good time.
However, php include codes are really really simple.
<? include('page.html');?>
Easy peasie - learning php opens up a lot of doors. ASP opens up even more, and looks great on the front end too. Then there's CSS to make it all come together.
Phwoar - better than an iframe and good for SEO.
;)