i have a menu bar with links which are in the header. when you click the link, i want to just change the content in the main div. i'm thinking of doing it in php, but you will have to reload the page. So i need to do it in javascript, but i dont know javascript.
here is my menu code in the header div:
<ul id="nav">
<li><a href="#">Enter Information</a></li>
<li><a href="#">View Records</a></li>
<li><a href="#">View Upcoming</a></li>
</ul>