scottalbin
09-06-2007, 08:23 PM
1) Script Title: Ajax Tab Content Scipt
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have four tables that are on external webpages. The pages are part of a dreamweaver/contribute based site. The tables are edited using Macromedia Contribute. I would like to create a Ajax Tab Content display using the online script at http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
My question is how can I have just the table (with the same .html based format) appear inside of the tabs. So that users can hit the tabs to see the various tables, and editors can edit the orignal page.
I am wondering if there is a way to call just the "tables" in some out of the rest of the .html/code by adjusting the script in someway?
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#default" rel="ajaxcontentarea">Intro</a></li>
<li><a href="external.htm" rel="ajaxcontentarea">Bird</a></li>
<li><a href="external2.htm" rel="ajaxcontentarea">Dog</a></li>
<li><a href="external3.htm" rel="ajaxcontentarea">Cat</a></li>
<li><a href="external4.htm" rel="ajaxcontentarea" rev="content.css, content.js">Sea Otter</a></li>
</ul>
Thanks for any suggestions.:)
Scott A.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have four tables that are on external webpages. The pages are part of a dreamweaver/contribute based site. The tables are edited using Macromedia Contribute. I would like to create a Ajax Tab Content display using the online script at http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
My question is how can I have just the table (with the same .html based format) appear inside of the tabs. So that users can hit the tabs to see the various tables, and editors can edit the orignal page.
I am wondering if there is a way to call just the "tables" in some out of the rest of the .html/code by adjusting the script in someway?
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#default" rel="ajaxcontentarea">Intro</a></li>
<li><a href="external.htm" rel="ajaxcontentarea">Bird</a></li>
<li><a href="external2.htm" rel="ajaxcontentarea">Dog</a></li>
<li><a href="external3.htm" rel="ajaxcontentarea">Cat</a></li>
<li><a href="external4.htm" rel="ajaxcontentarea" rev="content.css, content.js">Sea Otter</a></li>
</ul>
Thanks for any suggestions.:)
Scott A.