Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Includes + html? 1

Status
Not open for further replies.

Hondy

Technical User
Mar 3, 2003
864
GB
Hi

A basic question... is it possible to use includes in static html files, that is, not ASP/PHP etc or do you use iframes in static HTML files to achieve this effect?

Thanks!
 
You can use Server Side Includes which are not PHP or ASP if your server supports SSI.

However HTML has no way of including other files by itself.

You'll either have to use iframes as you mentioned or do it programatically with PHP/ASP, SSI etc..


----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top