I have made an update page where you place your news update in a textarea and then SUBMIT the textarea text to a jsp page via POST method.
 
However, I want HTML to be supported. I was wondering what would be the best way to do this. I could escape the text on submission through javascript but what about people using lynx?
 
I also don't want to have to write my own escape function in java.
 
-thanx
    ryan

Reply via email to