This project is my first stepping stone into
toward the world of AJAX. This demo uses the Javascript Object
central to AJAX, XMLHttpRequest, and uses it to fetch the contents
of other webpages on the Bethel MathCS server. The grabbing of
these pages is limited to the same root server in order to eliminate
XSS (Cross Site Scripting). Many pictures, styles, links, etc. will
not work correctly inside the internally loaded pages -- Basically,
anything with a relative path will not work because the page is
loaded into a non-intended location. It's simply proof-of-concept.