Re: SaveFile

  •  08-06-2006, 10:10 PM

    Re: SaveFile

    Hi.. Sorry If I am bothering.
     
    Didi this code for cuteedit every work for you.
     
    If request.QueryString("postback") <> "true" then
                'response.write "NOT POSTBACK"
                editor.draw()
       else
                 editor.SaveFile("document.html")
                 editor.LoadHTML("document.html")
                 editor.Draw()
                 'response.write "POSTBACK"
       End if
     
     
View Complete Thread