Hi all,
I'm trying to add a text link within a profile tab that switches to another tab without refreshing the page. I am currently using the following for my link:
Code:
<a href="index.php?option=com_comprofiler&task=userProfile&tab=TABNAMEHERE&Itemid=70">Click to go to this particular tab</a>
Which works, however, it refreshes the page, which seems a bit clunky seeing as you can click the tab header which switches the tab without having to do a refresh.
Any advice on how I can achieve this?
Many thanks !