ورود

View Full Version : مبتدی: قرار دادن fckeditor



IceBoomBoom
جمعه 10 تیر 1390, 17:27 عصر
میشه در مورد قرار دادن fckeditor در داخل فایل html راهنمایی کنین؟ من این ادیتور رو دانلود کردم نمیدونم بعدش باید چی کار کنم؟:افسرده::ناراحت:
البته چنین چیزی از اینترنت پیدا کردم ولی به کار نمیکنه!


<html>
<head>
<title>FCKEDITOR</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
</head>
<body>
<form>
<script type="text/javascript">
var oFCKeditor = new FCKeditor('FCKeditor1');
oFCKeditor.BasePath = "/fckeditor/";
oFCKeditor.Create();
</script>
</form>
</body>
</html>