hello everyone
i have a homepage which introduce the company website as shown below im having trouble to find some javascript code when i click on the header link like servives the body content changes dynamically. thank you
-------------------------------------------------------------------
index.php
[HTML]<div id="header">
<a href="#" class="abt1">Se rvices</a>
<a href="#" class="abt1">Ca talog</a>
<a href="#" class="abt1">Pa rtners</a>
<a href="#" class="abt1">Co ntacts</a>
</div>
<div id="body">
<div ="left">
</div>
<div ="middle">
</div>
<div ="right">
</div>
</div>
[/HTML]
--------------------------
i have a homepage which introduce the company website as shown below im having trouble to find some javascript code when i click on the header link like servives the body content changes dynamically. thank you
-------------------------------------------------------------------
index.php
[HTML]<div id="header">
<a href="#" class="abt1">Se rvices</a>
<a href="#" class="abt1">Ca talog</a>
<a href="#" class="abt1">Pa rtners</a>
<a href="#" class="abt1">Co ntacts</a>
</div>
<div id="body">
<div ="left">
</div>
<div ="middle">
</div>
<div ="right">
</div>
</div>
[/HTML]
--------------------------
Comment