External file 1

The text you see here is an external file which is loaded into this HTML element by use of Ajax.

This is simply done by the following Javascript function call: ajax_loadContent('news1','external/externalfile1.html'). Two arguments are sent to this function

  1. The id of the element you want to update, example: "news1" for <div id="news1"></div>
  2. The path to the external file.