What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Suggestion Refused Remember selected tab

Rene

New Member
Would it be possible to remember the last selected tab on browser exit?
So when the user returns, the last selected tab is active.
 
Okay, just an idea, but maybe using cookies? XF has builtin javascript functions for this:
Code:
XF.Cookie.set(variable, value, cookiedate);
XF.Cookie.get(variable, value, cookiedate);
 
I know I'll have to check as I think I tried to into the past.

But didn't check the code.
 
Top