I have a page with 4 tabs, with is set to open on a default tab when loaded [Tab2].
After submitting from a simple form on this page [Tab1], it goes to the updatediary.asp page, does the updates, then redirects to the original page with a "Response.Redir ect".
This is normal behaviour, but the Response.Redire ct opens the page on the default tab [Tab2], and I want it to open on the tab containing the form [Tab1]....