document.forms[0].MyTextarea.value = getTemplateContent();
where the value in getTemplateContent(); will change dynamically based on the value i select in the dropdown list.
but when i try changing it won't take effect
anyone can advise me on this?
or is there any other turnaround about this?