Search

You searched for the word(s):
< 1 second(s)
  • Re: Very strange problem

    Fixed!! Thanks for your help!!
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Re: Very strange problem

    Here is something interesting. If I set editor.Text = ''Something'' and save the form&nbsp;the default data gets sent to the database, but if I change the text to ''Something Else'' prior to clicking save and then click save ''Something'' is still posted to the database. I have tried this on 3 different computers at two different locations and get ...
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Re: Very strange problem

    Here is my code: &nbsp; &lt;%@ LANGUAGE=VBScript %&gt;&lt;!-- #include file=''include_CuteEditor.asp'' --&gt;&lt;%If Request.Form(''save'') = ''yes'' Then&nbsp;Set edit = Server.CreateObject(''ADODB.Recordset'')&nbsp;edit.Open ''tTable'', strDB, adOpenKeyset, adLockPessimistic &nbsp;edit.AddNew&nbsp;edit(''Content'') = ...
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Re: Very strange problem

    I do have the onFocus=''save(Editor1)'' in my code. I've tried it both ways using the save button and with my submit button.
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Very strange problem

    I have a Dell PowerEdge 1750 Server running Windows 2000 Server and the latest service packs. My problem is this. I have successfully gotten the form to work on my ASP page, but it will only work one time and then not post any data. For example, I enter text in the CuteEditor form and click Submit. My data goes through successfully to the ...
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004