How to Add one html file to another html file -


i have header in separate file header.html , want include file index.html after head section had used

<!--#include virtual="header.html"--> 

and unfortunately not running used

<!--#include virtual="header.shtml"--> 

by saving file header.shtml

so can please give me suggestion

thankyou

note:i being using smarty , php using appache server

include html file in html file

or

(#include file="footer.html")

or

$("#header").load("header.html");


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -