<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Example Ajax</title>
</head>
<body>
<li><a href="Home.asp" title="Home">Home</a></li>
<li><a href="Content.asp" title="Content">Content</a></li>
<li><a href="About.asp" title="About">About</a></li>
<br><br>
<br><br>
<div id="MyArea">
<!-- This is the area that should show the contents of what has been clicked i.e. Home.asp or Content.asp or About.asp -->
</div>
</body>
</html>
|