Re: How do I clear the text using javascript?

  •  05-25-2009, 4:25 PM

    Re: How do I clear the text using javascript?

    No I don't have a problem running this code. The thing is that I am running the SetHTML("") using JavaScript on client side. This works in EI but not in FF I get an error:
     
    objMessage.setHTML is not a function
    objMessage.setHTML('');
     
    Thanks for your help
    Eli
View Complete Thread