prubowalem z:
oFCKeditor.Create();
niestety nic...
ale zrobilem to w ten sposob:
<?php
<!DOCTYPE html PUBLIC "=//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.3w.org/TR/xhtml1/DTD/xhtml1=transitional.dtd">
<html xmlns="http://www.3w.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html" ; charset="iso-8859-2" />
<link rel="stylesheet" href="arkusz.css" />
<title>...</title>
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath = "/fckeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
</head>
<body>
<font color="#fffff7">
<form action="dane.php" method="post">
<fieldset>
<legend>Rejestracja</legend>
<p> <input class="txt" type="text" name="nick" id="nick" value="" size="25" tabindex="1" />
<label for="nick">nick</label>
</p>
<p> <input class="txt" type="text" name="haslo" id="haslo" value="" size="25" tabindex="2" />
<label for="haslo">hasło</label>
</p>
<p> <input class="txt" type="text" name="potwierdzhasło" id="potwierdzhasło" value="" size="25" tabindex="3" />
<label for="potwierdzhasło">potwierdz hasło</label>
</p>
<p> <input class="txt" type="text" name="email" id="email" value="" size="25" tabindex="2" />
<label for="email">email</label>
</p>
<p> <input class="txt" type="text" name="potwierdzemail" id="potwierdzemail" value="" size="25" tabindex="3" />
<label for="potwierdzemail">potwierdz email</label>
</p>
<p> <textarea name="FCKeditor1" id="FCKeditor1"></textarea>
<p align="center"> <input type="image" src="images/przycisk1.gif" name="wyslij" value="Wyslij" /></p>
</fieldset>
</form>
</td>
</tr>
</font>
</body>
</html>
?>
niby zamiast textarea wyswietla sie FCKeditor ale go niwidać pod firefoxem natomiast pod ie w oknie textarea wyswietla sie brak strony...
moze inaczej sciezki podac bo plik rejestracja.php czyli ten z FCKeditor jest w tym samym folderze co folder "fckeditor"