I'd like to make a html page with the "navigation bar", and then link that page (embed it) trough other pages.
Sort of like a C++ header include.
Anyone have an idea how?
I found 1 example but sadly it was for "IE" only, which won't be good enough.
If it fails i guess i can just resort to copy pasting,, but i'd prefer a cleaner solution.
Since the site is php based, its "supposedly" possible for the server to do this for me as well.
http://w3schools.invisionzone.com/index.php?showtopic=16231
So my question would be, is it possible for the server to do this, and if so, how?
Ok, here's my issue.
I'd like to embed a html into another html.
In detail, i have 3 pages, and 1 page with the "navigation bar".
I'd like to embed the navigation bar page into each of the other pages so that i don't have to copy paste the navigation bar into each of the other pages anytime i make a change to it.
Now, frames would obviously be an option, but i think that's a bit outdated and ugly.
the tag seems to have the option to do what i need,, but i'm not sure if its fully compatible with all browsers i use (firefox, safari, ie7).
Perhaps there's a more widely accepted option to do this with?
Hopefully someone can give me an insight in this.
Also, would it be possible to allow .php files to be uploaded, as well as .htm (aside .html obviously)?
The file extension: php is not supported

