- see footer for list info -<
Whoops.

<script type="text/javascript" src="/FCKEditor/fckeditor.js"></script>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'PageContent1' ) ;
oFCKeditor.Width = 400 ;
oFCKeditor.Height = 350 ;
oFCKeditor.Value = '#MyHTML#';
oFCKeditor.Create() ;
</script>

On 14/11/06, Stephen Moretti <[EMAIL PROTECTED]> wrote:

Well - your oFCKEditor.Value = ...  needs single  quotes around the
#myHTML#, otherwise anything in your HTML could make the JS think the
command end has been reached.  This is also why the &pound; was throwing
your JS given that ; is the end of command.

Anyway, give that a try to start with...

On 14/11/06, Allan Cliff <[EMAIL PROTECTED]> wrote:
>
> >- see footer for list info -<
> Have used soEditor for years and am making the change over to FCK
> Editor.
>
> I set up up fine and it all worked on my development version.
> When I uploaded it to the live server (shared hosting) I found that
> obviously objects weren't allowed..
>
> I then saw FCK Editor can be initiated with Javascript which I managed
> to do (almost).
> First I had to change all special characters back to normal characters
> &pound; to £ (i suppose the semicolon was interfering with the javascript)
> and then it seemed to work but many pages aren't.
>
> Can someone look at http://www.inmo-mundial.es/test.cfm and tell me why
> the image tag is stopping the editor loading.
> Or give me any tips to using FCK another way without JS or object.
>
> Thanks
> Allan
>
>
> ---------------------------------
> All new Yahoo! Mail "The new Interface is stunning in its simplicity and
> ease of use." - PC Magazine
> _______________________________________________
>
> For details on ALL mailing lists and for joining or leaving lists, go to
> http://list.cfdeveloper.co.uk/mailman/listinfo
>
> --
> CFDeveloper Sponsors:-
> >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
> >- Lists hosted by www.Gradwell.com -<
> >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help
> -<
>


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to