Updating Multiple Pages

Page 1

If you have many pages where the same information is shown on each page and that information needs updating from time to time it would be a bit of a task to have to manually update each page.
By populating a div when the page loads the job is done in a fraction of the time.

A good example of this would be the use of links, supposing you have 20 pages where you have your links on the left hand side in every page and you wanted to add or delete one or two links, or change the url of a link, for 20 pages thats 20 edits per update.
By dynamically populating the div you only have to edit 1 page and thats the js file.

Please select page 2