JavaScript Include Similar to PHP Include?

leotheruler2000

New member
Is there something available for Javascript similar to the PHP code:

<?php include("header.php"); ?>

I want to insert an external navigation into my pages without having them all edited individually.
 
Back
Top