[CLOSED] Force a external Page to open in a Window

  1. #1

    [CLOSED] Force a external Page to open in a Window

    Good Morning

    I need to present an external Page to the user. The page should open in a Window.
    I tried to use your example https://examples2.ext.net/#/Window/B...ernal_Website/ but the Site doesn't open in the Window.

    I tried it with this Url : http://www.tares.ch

    Any Idea how I can force the Page to open in the Window ?

    Peter
    Last edited by Daniil; Jun 18, 2013 at 4:02 AM. Reason: [CLOSED]
  2. #2
    Hi Peter,

    Quote Originally Posted by Peter.Treier View Post
    I tried it with this Url : http://www.tares.ch
    This page contains the following (you can see it in Page Sources):
    <script type="text/javascript">
        if (window!=top) {
            top.location.replace('/tares/login/loginFormFiller.do;jsessionid=LQkXR5VJ53kV2JyY39pghxxMln4knsjCd26dnjhKHxt4hlbkrJfn!470350788');
        }
    </script>
    So, it forces redirecting of the parent (top) page.

    It might be possible to prevent redirecting, but I guess that site prevents loading into an iframe.

Similar Threads

  1. [CLOSED] Loading External Page in Ext.Window is not working
    By Tarun_Chand in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 04, 2013, 1:06 PM
  2. Loading External page to window Problem
    By alpeter in forum 1.x Help
    Replies: 0
    Last Post: Jan 17, 2013, 12:48 PM
  3. Replies: 8
    Last Post: Oct 22, 2012, 1:55 PM
  4. Open window on page load
    By Kamal in forum 1.x Help
    Replies: 4
    Last Post: Nov 04, 2009, 10:49 AM
  5. [CLOSED] Open a Window in a parent page
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 07, 2009, 4:10 AM

Posting Permissions