Hi,
I have an accordion,
I will like when somebody clicks on the tab(the name of teh tab) to change an iframe. Right now, I put a link to the tab but, nothing happens, the accordion panel opens but the page doesn't go anywehre, I would like to change an iframe content when somebody clicks on the tab.
Thanks
Add the following or similar to the anchor element
onclick="window.location=this.href;return false;"
Gramps