0
<script type="text/javascript">
var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_samples')) ;
var oFCKeditor = new FCKeditor('FCKeditor1') ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Height = 300 ;
//documents.write(test);
**oFCKeditor.Value = '';//i want to assign <%=strPageContent%> here but its not working....**
oFCKeditor.Create() ;//-->
</script>
「不工作」是什麼意思? – skaffman 2011-01-26 12:38:54
即時消息沒有得到<%= strPageContent%>的值。 – Learner 2011-01-26 13:17:21