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

  1. #1

    [DUPLICATE] 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();
                }
    
            }
    NOTE: This thread is a duplicate of
    http://forums.ext.net/showthread.php?12670
    Last edited by Daniil; Mar 04, 2011 at 10:59 AM. Reason: [DUPLICATE]

Similar Threads

  1. Replies: 0
    Last Post: Sep 29, 2011, 4:46 PM
  2. Replies: 3
    Last Post: Mar 04, 2011, 11:08 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