Quote Originally Posted by Xedon View Post
Iframes are total crap, even though must ajax is by iframe, I prefer includes..

And you can just include .html files within php anyway?
PHP Code:
<?php
// Include file below
include('page.html');
?>
Yes, but you will need a code for chaning whats included.