Search

You searched for the word(s):
< 1 second(s)
  • Re: how to get the value of the object

    I tried to edit the dafault.asp in the package like you told me.. &nbsp; I edited the target.asp page and added this code: &nbsp; strmsg = request.form(''Editor1_HTMLContent'') response.write strmsg 'to get the value of the object response. end &nbsp; When i run the page and edited the default text which is type here... changed to hello ...
    Posted to Cute Editor for ASP (Forum) by richardp on July 15, 2009
  • Re: how to get the value of the object

    where are the default.asp and get_htmlcontent.asp links?
    Posted to Cute Editor for ASP (Forum) by richardp on July 14, 2009
  • how to get the value of the object

    hi, &nbsp; &nbsp;&nbsp; I have a form tag with cute editor. I want to get the value of the cute editor and save it to the database. i tried to get the value with this code: &nbsp; strmsg = request.form(''Editor1'') &nbsp; I check the value using: response.write strmsg &nbsp; But, it didnt get the value. &nbsp; sample html: &lt;% Dim ...
    Posted to Cute Editor for ASP (Forum) by richardp on July 14, 2009