Is their a way to make javascript import another html file into a page.
e.g. Import a sig or a menu
e.g. Import a sig or a menu
| Code: |
| <script type="text/javascript" src="page.js"></script> |
| mathiaus wrote: |
| javascript itself cannot include anything. |
| klingoncowboy4 wrote: |
| I would prefer to use server side includes for it but it won't work. |