window.Open with ext:Window HELP

  1. #1

    window.Open with ext:Window HELP

    Hi there,

    Firstly I want to say I am loving Coolite!!!

    OK, so I have a website that uses a window.showModalDialog (popup) to open another webpage.

    In the popup webpage I am hapily using the ext:Tab control.

    Within a table under a tab I have a link that should display an ext:Window that has it's autoload set to false using window.Show().

    When I click this link a completely new IE window opens with the popup page displayed and the ext:window open!??

    Why is this opening a new IE window??

    Window Code:

    
    
    
    <ext:Window ID="IPGroupWindow" runat="server" Collapsible="false" 
    
    
    Title="Edit IP Group Details" ShowOnLoad="false" Width="415" Height="400" 
    
    
    Icon="DatabaseEdit" Closable="false" Modal="true" Resizable="false" AutoScroll="true">
    
    
    <Content> ...

    If I switch to a standard window.open instead of the window.showModalDialog everything works... Shame as I really wanted this popup to be modal and we onlyuse IE here

  2. #2

    RE: window.Open with ext:Window HELP

    Hi t0ny,

    I'm not sure I completely understand how this should all be configured. Can you post a sample .aspx page which demonstrates the scenario?

    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: May 30, 2010, 6:56 PM
  2. BorderLayout open a window black window
    By Hualin Yuan in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2010, 3:03 AM
  3. Replies: 1
    Last Post: Mar 25, 2010, 5:59 PM
  4. Open window from usercontrol
    By hernanjls in forum 1.x Help
    Replies: 2
    Last Post: May 18, 2009, 11:59 AM
  5. Replies: 3
    Last Post: Jun 05, 2008, 11:31 PM

Posting Permissions