hey guys
I am using the sc security with the logged window which redirects the user on validate, however the parent window also has a parent menu, how do I redirect so that it redirects tot he parent of the parent?
at moment it is this:
sc_redir(‘menu_side’, ‘’, ‘_blank’);
which opens the logged in menu as a new blank page, on login however if not previously logged in then it directs to the parent window. Idealy both should load the parent, so should be like so:
sc_redir(‘menu_side’, ‘’, ‘_parent’);
but this redirects to the the login window and not the menu to the new menu item. So basically I end up with a menu in menu… which I dont want…
thanks
