> Thanx, would have been nice to know that i had to include a plugin to > get it to work. > > but no im stuck. the text that is put in to the textarea has its html > in entities format, so the < char is < and same with > know anyway > to fix that?
Sorry, my brain saw the subject title "Ajax form..." and immediately thought "ajaxForm()". Use decodeURIComponent to convert the text. Mike

