1) Script Title: Ajax Tabs Content Script (v 2.0)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
i work the demo on my own computer, it only display the same as it on the web (loading external html's contents within the frame) if using ref="#'iframe". i tried different combinations, but, they all link to the page. could you also tell me how to have the loading.gif displayed?
thanks!
====
my script
<li>
<li><a href="external1.htm" rel="#iframe">Tab 1</a></li>
<li><a href="external2.htm" rel="#countrycontainer">Tab 2</a></li>
<li><a href="external3.htm" rel="#countrytabs">Tab 3</a></li>
<li><a href="external4.htm" rel="#countrydivcontainer">Tab 4</a></li>
</ul>
<div id="countrydivcontainer" style="border:1px solid gray; width:450px; margin-bottom: 1em; padding: 10px"></div>
<script type="text/javascript">
var countries=new ddajaxtabs("countrytabs", "countrydivcontainer")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>

