ksmatthews Posted September 8, 2009 Share Posted September 8, 2009 HI All, I have a page with 3 tabs A, B and C. Each tab is a form in its own right. Tab A is the default active tab. When I submit tabs B or C I am always returned to tab A. How can I ensure that I return to the tab that I submitted from ? regards, Steven M Quote Link to comment https://forums.phpfreaks.com/topic/173500-tabbed-browsing/ Share on other sites More sharing options...
ignace Posted September 8, 2009 Share Posted September 8, 2009 1. What do you mean by tabs? (tabs in browser? some javascript generated tabs?) 2. If using javascript are you using a framework for this? And which one? Quote Link to comment https://forums.phpfreaks.com/topic/173500-tabbed-browsing/#findComment-914551 Share on other sites More sharing options...
ksmatthews Posted September 8, 2009 Author Share Posted September 8, 2009 1. What do you mean by tabs? (tabs in browser? some javascript generated tabs?) 2. If using javascript are you using a framework for this? And which one? HI, The page itself is divided into tabs (3 sections each with a clickable 'tab' at the top, a CSS feature). I am not referring to browser tabs ! I am using the jquery framework, Steven M Quote Link to comment https://forums.phpfreaks.com/topic/173500-tabbed-browsing/#findComment-914579 Share on other sites More sharing options...
Adam Posted September 8, 2009 Share Posted September 8, 2009 Can't tell you without seeing some code really, but the best idea is to tie it in with your PHP. Quote Link to comment https://forums.phpfreaks.com/topic/173500-tabbed-browsing/#findComment-914583 Share on other sites More sharing options...
ignace Posted September 8, 2009 Share Posted September 8, 2009 Have you tried: http://docs.jquery.com/UI/Tabs Quote Link to comment https://forums.phpfreaks.com/topic/173500-tabbed-browsing/#findComment-914600 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.