View Single Post
  #132  
Old 02-21-2007, 01:40 PM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default Re: Want a WYSIWYG detailed description text area?

OK I found what was creating the security error...

Open the file wysiwyg.js and find:

<code>
+ '<iframe frameborder="0" id="wysiwyg' + n + '"></iframe>\n'
</code>

add the editor directory path in iframe:

<code>
+ '<iframe src="/editior_directory/" frameborder="0" id="wysiwyg' + n + '"></iframe>\n'
</code>
__________________
4.0x - 4.5x
Reply With Quote