Re: Problem with latest version in Firefox

  •  11-20-2013, 8:05 AM

    Re: Problem with latest version in Firefox

    Hi vso777,

     

    I just downloaded the latest build and test with iframe, I can not reproduce this error. below is the example code.

     

    1. test.html 

     

    1. <html>  
    2. <body>  
    3.     <iframe src="example.aspx" width="1000" height="1000" />  
    4. </body>  
    5. </html>  
     

    2. Example.aspx 

     

    1. <%@ Page Language="C#" AutoEventWireup="True" %>  
    2.   
    3. <%@ Register Assembly="CuteWebUI.AjaxUploader" Namespace="CuteWebUI" TagPrefix="ajaxuploader" %>  
    4. <html>  
    5. <head>  
    6. </head>  
    7. <body>  
    8.     <form id="Form1" runat="server">  
    9.         <CuteWebUI:UploadAttachments ID="uploader1" runat="server" OnFileUploaded="uploader1_FileUploaded">  
    10.         </CuteWebUI:UploadAttachments>  
    11.     </form>  
    12. </body>  
    13. </html>  
     

    Regards,

     

    Ken 

View Complete Thread