hello, i'm a student trying create a website using javascript. i am not familiar with javascript and i must use it to change only the content on my page. i have been stuck on this for days and i just cannot get it right.
using the 960 grid on the website what is the code to remove the behavior of my sidebar links?
also how do i add an onClick feature to my sidebar links?
the last question i have is. what is the correct code to change only the content of the page while everything else remains the same??
This is my html for the side bar and content div.
<!--HOT RODS LINKS -->
<div class="grid_3" id="car_links">
<script type="text/javascript" src="js/hotrods.js">
<ul>
<li ><a href="#">Famous Hot Rods</a></li>
<li><a href="#">Electric Cars</a></li>
<li ><a href="#">Pre World War II</a></li>
</script>
</ul>
</div>
<!--CONTENT -->
<div class="grid_8" id="content">
<p>Click On list for Hot Rod List for details. </p>
<p id="text1">
</p>
</div>
<div class="clear"></div>