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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.