[CLOSED] Microsoft JScript runtime error: 'style' is null or not an object

  1. #1

    [CLOSED] Microsoft JScript runtime error: 'style' is null or not an object

    Hi...

    when i click this button ,a new window has to open but im getting this error when i click on button
    Microsoft JScript runtime error: 'style' is null or not an object....if(v=el.style[camel]) is undefined
    
    <ext:ToolbarButton ID="btnEdit" runat="server" Text="Edit Record" Icon="ApplicationEdit">
                                            <AjaxEvents>
                                                <Click OnEvent="btnEdit_Click" >
                                                </Click>
                                            </AjaxEvents>
                                        </ext:ToolbarButton>
    protected void btnEdit_Click(object sender, AjaxEventArgs e)
            {
                
                    JournalEntryWindow.show();
                }
    Last edited by Daniil; Mar 07, 2011 at 9:22 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please provide how do you set up JournalEntryWindow?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Please provide how do you set up JournalEntryWindow?

    <uc1:JournalEntryWindow ID="JournalEntryWindow" runat="server" />
    this is in .aspx page....

    and JournalEntryWindow is .ascx page
    Last edited by Daniil; Mar 04, 2011 at 11:07 AM. Reason: Please use [CODE] tags
  4. #4
    Unfortunately, we have no idea without a sample to reproduce.

Similar Threads

  1. Replies: 0
    Last Post: Sep 29, 2011, 4:46 PM
  2. Replies: 0
    Last Post: Mar 04, 2011, 10:52 AM
  3. [CLOSED] Microsoft JScript runtime error: 'elements.length' is null or not an object
    By Jean-Pierre Poulin in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 19, 2010, 9:43 AM
  4. Replies: 2
    Last Post: Mar 12, 2010, 8:33 AM
  5. Replies: 0
    Last Post: Aug 27, 2009, 6:13 PM

Posting Permissions