I often use PHP includes on my sites. However, a site I am working on is on a server that does not have PHP capabilities. Is there a way to do what php includes does but using javascript?
The views expressed on this page by users and staff are their own, not those of NamePros.
Javascript is processed on the client side so it wouldnt help you. Apart from sdsinc's suggestion of server side includes you could also use a language which is available on this machine.