I have a Tabbed Table I am trying to make work with Internet Explorer. Tab 2 is an “Approvals” tab. The first field is a “Approved” / “Rejected” radio button. Beneath the button is a computed field called “ApproverName”.
When I click over to Tab 2, then click the “Approved” button, the ApproverName is computed correctly, but the form is refreshed back to Tab 1. How do I make the table stay on Tab 2?
Thanks again,
Donald
Subject: Tabbed Table on the Web #2
If you are using Notes TAb table, then on every tab change, your page will get refreshed. So better solution is to use html tab table.
Use style sheet to appear your tablist as tabs, for each tab write the content to be displayed in div tag. On click of the tab, display that div tag and hide rest all. Also, using a parameter in URL, you can handle which tab to display based on hide whens of div tags.
Hope I am clear.