thanks!
that works, but how can i make it append the text instead of set?
at the moment, when you press the button it sets the text of the entire field, so if i type
"hello my name is alex" then press the button it changes to" this is a test" when i want it to say
"hello my name is alex this is a test"
ive tried
editor1 += editor1.setHTML("this is a test"); but no luck
thanks eric