I'm workin on a project right now that I essentially want a majority of my pages to load seperately without having the user load the entire page back into the browser. So essentially I am either thinking of using ajax to load everything into a div. Or using iframes. My only problem is I'm not too sure what exactly the pros and cons are of each. Any help?