i always have a clear class in my css to clear any floating elements:.clear { clear: both; } and commonly used in html code such as follows:<div id="floating_1">something</div><div class="clear"></div><div id="float… more »
the normal way to clear <textarea> field:
document.formname.textareaid.value = '';
for <textarea> converted into tinymce editor, the above javascript call does not work. you need to call tinyMCE.setContent()
tinyMCE.getInstanceById('texta… more »
notes and references on web development and various things.
disclaimers
this site does not guarantee accuracy of information provided. codes may not be tested, are provided as is and are free to to use. use at your own risk. limited or no support will be provided.
under no circumstances shall this site be responsible or liable for any damages or consequences as a result of direct or indirect usage of any information from this website.