Im trying to make tabs for easy backend navigation. When I create 2 tabs like this:
<%=Gui.MakeHeaders("", "tab1, tab2", "html", false, "760")%>
I cant figure out how to use the tabs for navigation for example if tab2 should redirect to tab2.aspx.
Does anyone have any examples on how to do this?