DHTMLXTabbar remembering last tab on page reload

Hello,

Is there a way that DHTMLXTabbar will remember the last tab it was on when the page reloads? Maybe using the onSelect event?

Has anyone tried that?

Thank you for your time and support.

Is there a way that DHTMLXTabbar will remember the last tab it was on when the page reloads?
There is no built in support for such functionality
Technically, it possible to use onSelect event to save current position in cookies or inside page’s url, and add code to tabbar’s init , to check such value and activate some tab if necessary

If necessary we can provide a sample ( on Monday )

Thanks for the fast reply. A sample would be greatly appreciated. Thank you

Please check attached sample.
1243263327.zip (80.4 KB)

Thank you very much, it works like a charm!