setHTML question?

  •  09-22-2007, 3:23 PM

    setHTML question?

    Hi,
    I am using the javascript API to clear the content box using the setHTML function.
    It works fine as long as I pass setHTML a value of some kind, even whitespace.
    But what if I want to empty the content completely, how do i pass a null value to setHTML?
    neither setHTML(null) or setHTML('') work.
    Thanks

View Complete Thread