Is there a way you can include code from another document like you can with PHP?
PHP way..
Can you do something similar with javascript? If so can you plz help me...
PHP way..
Code:
<?php include('name of document.php'); ?>
Comment