Just a quick question...
When including a page inside another (include('page. php')), is it bad for
the second document to also have <head> and <body> tags etc? Im using
iframes currently, and it works, but getting the page to match the content
is kind of a javascript hack that only works after the page is loaded, not
counting the images. So the new page loads, doesnt fit the old page size,
and its changed. Not exactly fluid.
Thx
When including a page inside another (include('page. php')), is it bad for
the second document to also have <head> and <body> tags etc? Im using
iframes currently, and it works, but getting the page to match the content
is kind of a javascript hack that only works after the page is loaded, not
counting the images. So the new page loads, doesnt fit the old page size,
and its changed. Not exactly fluid.
Thx
Comment