Tab content script (v2.0)
http://www.dynamicdrive.com/dynamici...tabcontent.htm
I need to link from content in one tab to another tab. For the life of me I can't make this happen. I've tried two methods:
1. <a href="#" rel="country6">More information</a> ie. using the same link syntax as written at top of the script for tab navigation.
2. <a href="javascript:countrytabs.expandit('country6')">`More information</a> using the javascript method suggested on the script page above.
Both show up as underlined blue links, but the first just anchors to the top of the page, and the second (javascript method) does absolutely nothing at all.
Anyone any idea how to make these work? I repeat, this is for a link from within one tab, to another tab.
Many thanks
Hugh



Reply With Quote

Bookmarks