Onclick open URL in tabbed tables

I am using tabbed tables to present more menu options, however I want the actual tabs/headers to be the live link. I noticed the onclick event is available to the tabbed table header and was wondering if I could use the onlick to launch my URL.

I want to launch from the tabline and not from the cell that falls below it.

What would the code be for it in domino?

I have an idea of it in Javascript but am not quite sure hot to retrofit the syntax for domino.

TIA

Subject: Onclick open URL in tabbed tables

Not sure where you’re finding the onclick event for table tabbed header - I’m seeing the onlick and other events for the form, but not specific for the header. (I’m not saying its not there, just I can’t seem to locate it.)

If you find the right event for Formula, look into the @UrlOpen command.