Link to home
Start Free TrialLog in
Avatar of adspmo
adspmo

asked on

Getting link to open to a specific tab

Hi Guys

Ok

So now the link is working Is there a way yo get the link to open to a specific tabbed table

The tab is named status the form is @Left(Form;3) = "Req"
A := @If(@Subset(@Length(HistoryNotes);1)>26; HistoryNotes; "");
B := @ProperCase(A);
"[<span title=\'" + B + "\'>]" + @Left(B;26) + "[<span>]"
Avatar of p_partha
p_partha

HOwz the tabbed table constructed. Is each of the tab a div tag??

Partha
You have to have anchor link to the corresponding tabs and then show the tab content accordingly.

If you are tracking the tab clicked in a field, then set that field to a predefined tab name or tag whatever you use to name it and then load the page...This can be done by appending a value to the url and parse it and use it in this field so that the tab opens to specific to that defined in the field.

~Hemanth
ASKER CERTIFIED SOLUTION
Avatar of qwaletee
qwaletee

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial