Re: file browsing dialog has been blocked

  •  06-29-2011, 2:38 AM

    Re: file browsing dialog has been blocked

    Hi kjell.ek,
     
    Do you get the same issue on demo http://cutesoft.net/ASP.NET+Image+Gallery/GridShow-Layout.aspx?
     
    Doy you get this issue on all browsers?
     
    Do you get the sma issue of the example below? Please do not put it under any master page.
     
    <%@ Page Language="C#" %>

    <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>DotNetGallery</title>
    </head>
    <body>
        <form id="form1" runat="server">
            <a href="#" onclick="thegallerybrowser.ShowEditor();return false;">Admin Console</a>
            <DotNetGallery:GalleryBrowser runat="server" ID="GalleryBrowser1" Width="720" Height="430"
                Layout="Classic" AllowEdit="true" />
        </form>
    </body>
    </html>
     
    Keep me posted
     
    Regards,
     
    ken
View Complete Thread