Okay so I have a handy little script that allows me to load pages into a DIV an alternative of 'iframes' although I want my div to load a first page/index page before any other links are clicked on, in an iframe DIV way of putting things I would like it to be:
<div id="bla" src="index-page.php"></div>
Sort of thing, I was hoping someone could help me with this :)
Thank you in advance!