Regarding this tutorial:
http://beautyindesign.com/mambots/content/mgmediabot/players.php?
params=standalone,true|type,flv|path,http://beautyindesign.com/clubtutorials/siteExperience/flv/
lessonNine.flv|width,800|height,600| Code: |
<div id="top">
<div id="content">
<div id="kwick">
<ul class="kwicks">
<li onclick="new Ajax('assets/php/services.php', {update:$('containerCenter')}).request();" class="kwick services"> <span>Services</span> </li>
<li onclick="new Ajax('assets/php/sales.php', {update:$('containerCenter')}).request();" class="kwick sales"> <span>Sales</span> </li>
<li onclick="new Ajax('assets/php/about.php', {update:$('containerCenter')}).request();" class="kwick about"> <span>About Us</span> </li>
<li onclick="new Ajax('assets/php/quote.php', {update:$('containerCenter')}).request();" class="kwick quote"> <span>24hr Quote</span> </li>
</ul> <!-- END ul class="kwicks"-->
</div> <!-- END id class="kwicks"-->
</div> <!-- END id class="content"-->
</div> <!-- Content in top of body-->
|
The problem I am having is that when I click on the link to have a Div's contents updated it does absolutely nothing. I have spent all day looking at this code trying to figure it out, but I am absolutely stumped. If you need anymore code to help me solve this let me know.
Any help is sincerely welcomed.
Post edited by: animelion, at: 2007/07/21 10:39
Post edited by: animelion, at: 2007/07/21 10:40