You are not logged in.
Pages: 1
Hi,
Does anybody know how can I put text into it dynamicaly.
for example with javascript if I want to load text into it like this
function loadLongQuote()
{
document.form1.wo_quotation.value='testing testing testing';
}
where form1 is my form's name and wo_quotation is my Xinha text area.
and I am calling this function from a button onclick event.
this way normal textarea works fine but xinha textarea does not. can anybody give the solution.
Offline
Pages: 1