.
In JavaScript, you can find a particular FreeTextBox control using the following syntax:
<script type="text/javascript">
ftb = FTB_API['FreeTextBox1'];
ftb.InsertHtml("some <b>text</b>");
</script>
In this example 'FreeTextBox1' is the ClientID of the FreeTextBox. The ClientID is generated by the .NET framework and can be accessed by getting ClientID.
Click to read this topic6/5/2011 11:06:46 AM - -81.214.130.119
Click to read this topic10/22/2014 9:09:25 PM - 221.13.41.239
Click to read this topic6/5/2011 11:06:46 AM - -81.214.130.119
Click to read this topic10/22/2014 9:09:25 PM - 221.13.41.239
Click to read this topic10/22/2014 9:09:25 PM - 221.13.41.239