我想把从数据库里查询出来的值附给feckeditor,请问下应该怎么做呢?
我调用feckeditor是用iframe调用的:
<INPUT id="content" style="DISPLAY: none" type="hidden" name="welefen" > 
<INPUT id="content___Config" style="DISPLAY: none" type="hidden" value="<?php echo $row["ClassConent"];?>"> 
<IFRAME id="content___Frame" src="fckeditor/editor/fckeditor.html?InstanceName=welefen&amp;Toolbar=Basic" frameBorder="0" width="100%" scrolling="no" height="470"> </IFRAME>
这样应该怎么样把值附给feckeditor?