Re: configuration error - plz help

  •  08-26-2005, 10:30 PM

    Re: configuration error - plz help

     

    the coding is :
    --------------------------
    <%@ Page Language="vb" Inherits="WebApplication1.InsertGallery" CodeBehind="InsertGallery.aspx.vb" AutoEventWireup="false" %> <%@ Page Language="vb" Inherits="WebApplication1.InsertGallery" CodeBehind="InsertGallery.aspx.vb" AutoEventWireup="false" %>
    <%
    string FrameSrc="InsertGallery.Frame.Aspx?"+Request.ServerVariables["QUERY_STRING"];
    %>
    <html>
     <head runat=server>
      <title>[[ImageGalleryByBrowsing]]

      </title>
      <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
     </head>
     <script>
     var OxOd01f=["changed","returnValue","onbeforeunload","event","[[AreYouSureToDiscardChanges]]"]; window[OxOd01f[0x0]]=false ; top[OxOd01f[0x1]]=false ; window[OxOd01f[0x2]]=function (Ox6d){if(window[OxOd01f[0x0]]&&!top[OxOd01f[0x1]]){ Ox6d=Ox6d||window[OxOd01f[0x3]] ; Ox6d[OxOd01f[0x1]]=OxOd01f[0x4] ;} ;}  ;
     </script>
     <body style="margin:0px;padding:0px;border-width:0px;overflow:hidden;" scroll="no">
      <iframe id=frame frameborder=0 style='width:100%;height:100%;' src='<%=FrameSrc%>'></iframe>
     </body>
    </html>
    -------------------------





    Error is
    actual error
    ------------------------ 


    -------------------------

    error when clicking insert image button
    --------------------------------- 



    -----------------------




View Complete Thread