Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Organic Tabs (Link to a specific tab) Re: Organic Tabs (Link to a specific tab)

#79991
AndrewChamp
Participant
"dcp3450" wrote:
using an address like:
http://mysite.com/index.php#tabtwo

is referencing and anchor. someone using "http://mysite.com/index.php#tabtwo&quot; has "<a name="tabtwo"></a>" in their code where the div or text for tabtwo is located. try putting <a name="tabtwo"></a> where you have "tabtwo" and then place the #tabtwo in your address.

I use this on my companies site so a user can jump to a specific news store based on id number.

i have a link:
<a href="/news/index.html#135">Title of news story</a>

on the news page i have different stories with <a name="(number)"></a>. When the user selects the link it goes directly to the news story number selected even though the link was on a different page.

I know what it is. What I’m saying is that for the "Organic Tabs" script, it won’t work that way and I need a way to link to those tabs.
Any ideas?