[CLOSED] How to open a window with client-side code

  1. #1

    [CLOSED] How to open a window with client-side code

    Hi
    I have a window, that I want to open with client-side code. How do I do that.
    This is how its done in the code behind
    protected void btnChangeCharter_Click(object sender, AjaxEventArgs e){
        window1.Show();
    }
    but I want to do it html/javascript, like this
    <input value='test' type='button' onclick='window1.show();'>
    How do I do that?


    <ext:Window ID="window1" Width="615" Height="600" Modal="true" runat="server" Showonload="false" Collapsible="false" Icon="Application"  Title="Alter charter" >
    Best regards
    Mikael Jürke
  2. #2

    RE: [CLOSED] How to open a window with client-side code

  3. #3

    RE: [CLOSED] How to open a window with client-side code

    Hi
    Thank you, sorry for not finding them myself.

    Best regards
    Mikael Jürke

Similar Threads

  1. Replies: 8
    Last Post: Apr 30, 2012, 1:51 PM
  2. [CLOSED] window autoload client side
    By Marcelo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 17, 2012, 1:28 PM
  3. Replies: 0
    Last Post: Jun 13, 2011, 6:29 AM
  4. Replies: 4
    Last Post: Mar 19, 2010, 11:35 AM
  5. Replies: 2
    Last Post: May 15, 2009, 10:21 AM

Posting Permissions