Tabbed Tables on the Web

I am in the process of converting our Notes databases to be accessed via the web.

The form I am currently working on has a tabbed table. I’m using Internet Explorer to edit a document. I enter some data into a field on Tab 1, click to Tab 2, then click back to Tab 1. All the data I entered is gone.

I think this is happing because the document is refreshed when the tab is clicked.

How can I get my data to stay put when clicking between tabs?

Also, I have a radio button on Tab 2. When I click an option, the form is refreshed, returning me to Tab 1 with everything reset. How can I make it stay on Tab 2?

Thanks,

Donald

Subject: Tabbed Tables on the Web

You can set “Generate HTML for all fields” on second tab of the form properties to accomplish that. Also, make sure JavaScript is turned on when generating pages on database properties. A better way would be to use DHTML to create tabbed tables. But that is a bit more work.