Re: SaveFile

  •  08-03-2005, 3:00 PM

    Re: SaveFile

    actually it has to be...
     
       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