Save button not working.

Last post 07-07-2009, 12:47 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  07-04-2009, 6:17 AM 53727

    Save button not working.

    Hi,
     
    The save button in the demo shows the target page in the status bar. But mine doesn't. I don't know if that's got something to do with why my save button doesn't work?
     
    TIA.
    Rich
  •  07-07-2009, 12:47 PM 53802 in reply to 53727

    Re: Save button not working.

    Please try the following code:
     
    1. <!-- #include file = "CuteEditor_Files/include_CuteEditor.asp" -->    
    2. <html>       
    3.     <head>  
    4.            
    5.     </head>  
    6.     <body>  
    7.            
    8.         <form name="theForm" action="Get_HtmlContent.asp" method="post" class="formcontainer" ID="Form1">  
    9.                        
    10.         <h1>ASP Debug page</h1>  
    11.         <hr>  
    12.         <br />  
    13.         <%   
    14.             Dim editor   
    15.             Set editor = New CuteEditor   
    16.             editor.ID = "Editor1"  
    17.             editor.Text = "Type here"  
    18.             editor.FilesPath = "CuteEditor_Files"  
    19.             editor.Draw()   
    20.                                                    
    21.             ' Request.Form(ID) access from other page   
    22.         %>  
    23.                            
    24.         </form>  
    25.            
    26.     </body>  
    27. </html>  

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML