Deep Linking in JavaScript
and Ajax Applications
Demo Page #1

Click a link to view information about an employee.

This page is using JavaScript and Ajax to display the employee info. The URL changes with each click by accessing the "hash" property of the document's current location.

This is a demo page for Deep Linking in JavaScript and Ajax Applications