Hi
I want to use jQuery tabs as a navigator, i.e. the tabs shouldn't actually contain anything but instead, when user clicks all the other tabs then the current, it should navigate to another page.
Also, when arriving to that page, I want that second tab shoould be visible onload.
Example:
Page1.aspx:
Page1 | Page2 | Page3 | Page4
Page1 content| blank | blank | blank
The tab titles for page 2, 3 and 4 should be just links to the appropriate page.
Page2.aspx:
Page1 | Page2 | Page3 | Page4
blank |Page2 content| blank | blank
The tab titles for page 1, 3 and 4 should be just links to the appropriate page.
And so on.
I want to place the tabs pager in a master page, then fill-in the content in each page its respective tab and leave the others blank.