Solutions:
- If possible change pool account to LocalSystem
- Compile x86 version of your web app or web site
- "Enable 32-bit Applications" should be true in your pool advanced settings
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
or using jQuery<script type="text/javascript"> window.onload = function () { tinyMCE.activeEditor.setContent('some html content here'); } </script>
<script type="text/javascript"> $(function () { tinyMCE.activeEditor.setContent('some html content here'); }); </script>
tinyMCE.editors[index0].setContent('some html content here'); tinyMCE.editors[index1].setContent('some html content here'); tinyMCE.editors["nameOfEditor"].setContent('some html content here');
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/
director/sw.cab#version=10,1,1,0"
width="?" height="?">
<param name="src" value="?.swf" />
<param name="wmode" value="transparent" />
<embed src="?.swf" width="?" height="?"
pluginspage="http://www.adobe.com/shockwave/download/"
wmode="transparent"></embed>
</object>