X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed42de15a13ad4cea92e7f744c8741c7a868bd7c..54e4131e091831e00a861fe2c4f53e344b87ddca:/js/tabcontent.js diff --git a/js/tabcontent.js b/js/tabcontent.js new file mode 100644 index 000000000..243be264b --- /dev/null +++ b/js/tabcontent.js @@ -0,0 +1,82 @@ +//** Tab Content script- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com) +//** Last updated: June 29th, 06 + +var enabletabpersistence=1 //enable tab persistence via session only cookies, so selected tab is remembered? + +////NO NEED TO EDIT BELOW//////////////////////// +var tabcontentIDs=new Object() + +function expandcontent(linkobj){ +var ulid=linkobj.parentNode.parentNode.id //id of UL element +var ullist=document.getElementById(ulid).getElementsByTagName("li") //get list of LIs corresponding to the tab contents +for (var i=0; i