na, wenn es gehen muss, dann geht's wohl auch...
[HTML] FKCEditor in 2 Feldern ?
Einklappen
X
-
Wie soll auch was passieren wenn du zwar ein Objekt erstellst damit aber nichts machst? Denk bitte nach. Auch Copy & Paste erfordert ein bisschen Köpfchen. Das war dein Ausgangscode (ohne überflüssiges doppel Include und überflüssige doppelte Script Tags).
Code:<script type="text/javascript" src="include/includes/fckeditor/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor( 'MyTextarea' ) ; oFCKeditor.BasePath = "include/includes/fckeditor/" ; oFCKeditor.ReplaceTextarea() ; var oFCKeditor = new FCKeditor( 'MyTextarea2' ) ; oFCKeditor.BasePath = "include/includes/fckeditor/" ; oFCKeditor.ReplaceTextarea() ; } </script>
Die Regeln | rtfm | register_globals | strings | SQL-Injections | [COLOR=silver][[/COLOR][COLOR=royalblue]–[/COLOR][COLOR=silver]][/COLOR]
Kommentar
Kommentar