SCRIPT5009: 'OxO5d28' is undefined + in IE

Last post 09-07-2011, 9:42 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  08-25-2011, 6:05 AM 69817

    SCRIPT5009: 'OxO5d28' is undefined + in IE

    I got SCRIPT5009: 'OxO5d28' is undefined (Pointer not found)  JS issue in IE9.
     
     
    Thanks,
    Jayesh Goyani
  •  08-25-2011, 7:32 AM 69819 in reply to 69817

    Re: SCRIPT5009: 'OxO5d28' is undefined + in IE

    Hi jgoyani,
     
    Can you create a page by the code below and test it, does it work for you?
     
    <%@ Page Language="C#" %>

    <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>example</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CuteWebUI:UploadAttachments ID="uploader1" runat="server">
            </CuteWebUI:UploadAttachments>
        </form>
    </body>
    </html>
     
    Can you reproduce this issue on demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?
     
    Keep me posted.
     
    Regards,
     
    Ken
  •  09-06-2011, 7:25 AM 69960 in reply to 69819

    Re: SCRIPT5009: 'OxO5d28' is undefined + in IE

    Hi Ken,
     
     No i am not able to reproduce this issue on your Demo.
     
    In my code this error generate only In IE9, In other version it works well.
     
     
    Thanks,
    Jayesh Goyani
  •  09-07-2011, 9:42 AM 69981 in reply to 69960

    Re: SCRIPT5009: 'OxO5d28' is undefined + in IE

    Hi jgoyani,
     
    Can you send me the test page url of the code I provided? So I can test it for you.
     
    Regards,
     
    Ken
View as RSS news feed in XML