I am trying customize some form with javascript and i am with a problem.
The deal is set some information to field description (tinyMCE) automatically.
This line works fine in javascript:
var descriptionValue=self.document.form1.description.value;
But this is not working:
self.document.form1.description.value="Kablink is the best";
Some help please....
Maybe you find help in this thread: How to preset textareas?