-1

I have header and footer separate html files. I need to include those files in many number of webpages, I am looking for a solution with the help of using Javascript and jQuery. But not using PHP, ASP & JSP technologies.

2 Answers2

1

You can use w3-include-html to include html file into html file.

See example : W3school


Also use load() method of jquery

See : Stackoverflow already solved

Community
  • 1
  • 1
Rohit Goyani
  • 1,246
  • 11
  • 26
0

If your server supports it, you can use SSI. Apache httpd SSI

Holger
  • 899
  • 2
  • 7
  • 12