SaveFile

  •  08-02-2005, 10:21 AM

    SaveFile

    How do I use this method?  I want to use it in the "Save" button in the cuteEditor.  Edithtml.asp in the demo doesn't work.


    look at this...


    If request.QueryString("postback") <> "true" then

    else
         editor.SaveFile("document.html")
         editor.Draw()
    End if



    what the hell is this?  if <> true then do nothing????????????????????????????/


    Thanks,
    Kevin C
View Complete Thread