Javascript accessing content of Textarea

  •  08-09-2005, 8:50 PM

    Javascript accessing content of Textarea

    Greetings,
     
    I am supposed to write an Auto-save feature to be used with the CuteEditor, I want to use JS to capture the contents of the editor and then use XMLHttp to save the value of the editor.
     
    Problem: how do you pull an HTML based string in JS? or can you?
     
    Thanks
     
    paul
View Complete Thread