how can I link to jquery tab from different page?
I created a tabbed menu with jquery.
http://www.sohtanaka.com/web-design/...-w-css-jquery/
By default the first tab is shown and the other tabs are hidden.
I need to link straight to the 4th tab from a different page. If I am on the same page with the tabbed menu, the link to open my tabs are like the following: <li><a href="#tab4">4th Tab</a></li>
When I add the /#tab4 to the link from the external page, the tab does not show. Is there a way to go straight to the fourth tab when linking from a different page?