Site newbie here.
http://www.dynamicdrive.com/dynamici...tabcontent.htm
I saw this script and realized it is exactly what i want for a web app i'm working on. The code is making it want to go to another page though, and I am very confused about that! I thought this script was designed NOT to have to do that?![]()
<li><a href="http://www.dynamicdrive.com" class="current" onClick="return expandcontent('sc1', this)">Dynamic Drive</a></li>
<li><a href="new.htm" onClick="return expandcontent('sc2', this)" theme="#EAEAFF">What's New</a></li>
<li><a href="hot.htm" onClick="return expandcontent('sc3', this)" theme="#FFE6E6">What's Hot</a></li>
<li><a href="search.htm" onClick="return expandcontent('sc4', this)" theme="#DFFFDF">Search</a></li>
How do I alter these lines so that it ONLY displays sc1, sc2, etc and not trying to go to new.htm, hot.htm, etc?
thanks for any help.



Reply With Quote

Bookmarks