﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
723	Passing Javascript to FCK via oFCKeditor.Value	Kevin Mack		"I am having a lot of difficulty passing javascript to FCK via Value attribute before issuing the Create() command. 

For example, 

oFCKeditor.Value = ""<script type='text/javascript' src='swfobject.js'></script>""; 

OR 

oFCKeditor.Value = '<script type=""text/javascript"" src=""swfobject.js""></script>'; 

both break version 2.4.3 on IE and FF. 

However, 

oFCKeditor.Value = ""<script src='swfobject.js'>""; 

works fine, but if you view the source after FCK auto formats the input and try to pass it back to FCK via Value attribute, FCK again breaks. I have tried playing with the FullPage configuration options, as well as ProtectedTags, ProtectedSource, and DOCTYPE. Also, passing the string with single vs. double quotes does seem to matter as long as you remember to escape the correct characters. 

Using 2.4.3. 

"	Bug	closed	Normal		General	FCKeditor 2.4.3	invalid		
