dynamicdrive.com — A tab content script that combines Ajax and CSS to let you display a selection of external content on the page, inside a DIV and via CSS tabs. For each tab, you can also dynamically load external .css and .js files associated with the external page if desired.
May 22, 2006 View in Crawl 4
Closed AccountMay 22, 2006
If you need to do something like this, use the Ajax.Updater method in prototype:<a class="user" href="http://www.sergiopereira.com/articles/prototype.js.html#UsingAjaxUpdater">http://www.sergiopereira.com/articles/prototype.js.html#UsingAjaxUpdater</a>Much, much easier
chickenpantsMay 23, 2006
why use ajax for this? i mean maybe if the content were drawn from a database and likely to change, sure.. but as it stands, this could just as easily be done using just css and hiding/showing divs using minimal javascript.
scrabbydooMay 23, 2006
Back button doesn't work. Hard to navigate your website, lose users out of frustration.
starheinzMay 23, 2006
This should be established by now: AJAX is not for navigation.
jgeekJun 5, 2006
Аor JSP programming check out this Ajax panel:<a class="user" href="http://www.servletsuite.com/servlets/ajaxpaneltag.htm">http://www.servletsuite.com/servlets/ajaxpaneltag.htm</a>
jdc32Jun 7, 2006
YAHOOOO, yes how can i get it like the new yahoo personal assistant? with the cool animation????
objektJul 12, 2006
muahahahahah <a class="user" href="http://developer.yahoo.com/yui/">http://developer.yahoo.com/yui/</a>
billy67Nov 15, 2006
great 1
tigi2Apr 14, 2007
Great script and great documentation. It took for me 1 hour to implement my image galleries.The only thing I would doubt is "all pages are Fully unobtrusive, search engine friendly".You can not set meta tags for your external pages.So I have added direct links to the pages.Image galleries with Ajax Tabs Content script:<a class="user" href="http://www.featurepics.com/Editorial/ajax-tabs-content.aspx">http://www.featurepics.com/Editorial/ajax-tabs-content.aspx</a>
gregnicer2Dec 22, 2007
Ok, I'm a newby to the world of scripting and design. I am putting together a coldfusion page in Dreamweaver, and I want to use the tab content script for my page. How do I implement the tab content script onto the page? Should I simply do a cfinclude after I have saved the files in my root folder? Or are there more complex steps that I have to take?"G"