Jump to content

Linking several .html documents together ...?


ajmsake

Recommended Posts

Okay, is it possible (without .php or JavaScript) to dynamically link in several .html documents that is then consolidated into one?Example, if I have a header.html, menu.html, content.html, and footer.html and I want to maintain these as seperate files on the server but have them consolidated into one when requested.Also, I typically use <div> and <span> instead of frames and tables.

Link to comment
Share on other sites

nope..you need javascript or php to achieve what your after..or SSI - server side includes (which are similiar to include commands found in server side languages such as php and asp.):)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...