im using dynamic pages and well when they click on a link it loads this
function section2(){
include("jpgs.html");
}
insed of using include so that it loads an external file i want to put html with in it.......in other words i want to do somethin like
function section2(){
<body>
blhalbha
hbdfjhjdfhg
</body>
}
how would i do that?