I have used the following code to setup a tab system on my website:
It works great, but I'd like to have a text link at the top of the page that will automatically turn to the 2nd tab. I can't seem to figure it out or find any solutions.
Is there anyway to do it without reloading the page?
I've tried the following code, but doesn't work:
It works great, but I'd like to have a text link at the top of the page that will automatically turn to the 2nd tab. I can't seem to figure it out or find any solutions.
Is there anyway to do it without reloading the page?
I've tried the following code, but doesn't work:
Code:
<a href="" onClick="document.getElementById('page2').tabber.tabShow(1);">Goto Page 2</a>