[CLOSED] how to avoide redirection login page in Tabs

  1. #1

    [CLOSED] how to avoide redirection login page in Tabs

    Hi..

    I am using coolite Tabs in my application.
    Like when a user login then a menu is displaying left hand side same as coolite examples explore menu.when user click on links different tabls open for each link.
    Here my problem is if session is expaired in any page then login page is displaing in tab.
    but actually when session expairs i need to move to login page but not open that login page in tab.

    how can achive this ..Please advise me

    Thanks,
    satya
  2. #2

    RE: [CLOSED] how to avoide redirection login page in Tabs

    If the Session expires, you could render the following which will bust the Page out of the iframe and into the Parent window.

    Example

    <script type="text/javascript"> 
        if (window.top.frames.length !=0 ) {
            window.top.location = self.&#100;ocument.location;
        }
    </script>
    Hope this helps.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] how to avoide redirection login page in Tabs

    The following post may also be helpful, see http://forums.ext.net/showthread.php?postid=29076.aspx

    Geoffrey McGill
    Founder

Similar Threads

  1. redirection from iframe page
    By norphos in forum 1.x Help
    Replies: 10
    Last Post: Aug 15, 2012, 5:14 AM
  2. Replies: 3
    Last Post: Apr 17, 2012, 5:10 PM
  3. Problem to Redirect To Login Page
    By aniketyadav7 in forum 1.x Help
    Replies: 6
    Last Post: Feb 23, 2012, 7:29 AM
  4. Replies: 0
    Last Post: Feb 23, 2012, 6:18 AM
  5. Page redirection
    By norphos in forum 1.x Help
    Replies: 0
    Last Post: Oct 10, 2011, 7:09 AM

Posting Permissions