Hi all,
I'd like to use FCK editor, however all my server side code is written in Javascript, not VB Script. Does anyone have a version of the fckeditor.asp file that is in Javascript language rather than VBScript?
Any suggestions. I'd like to avoid reinventing the wheel here (by translating it myself)
Thanks,
Dan
I'd like to use FCK editor, however all my server side code is written in Javascript, not VB Script. Does anyone have a version of the fckeditor.asp file that is in Javascript language rather than VBScript?
Any suggestions. I'd like to avoid reinventing the wheel here (by translating it myself)
Thanks,
Dan

Re: My Server-Side ASP in Javascript ~ Not VBScript {fckeditor.a
Re: My Server-Side ASP in Javascript ~ Not VBScript {fckeditor.a
http://sourceforge.net/tracker/index.ph ... tid=543655
Re: My Server-Side ASP in Javascript ~ Not VBScript {fckeditor.a
It is not possible to mix server-side VB Script and Javascript on the same page.
What would be best if perhaps someone has already translated the fckeditor.asp, which is written in VBScript into a Javascript version.
It is not well known that MS IIS server supports both VBScript or Javascript for the server-side scripting language. Many programmers prefer to code in Javascript as do I.
Considering the popularity of FCK Editor, I imagine that someone has already tackled this problem.
Re: My Server-Side ASP in Javascript ~ Not VBScript {fckeditor.a
Yes, it is possible to use both jscript and vbscript on the same page, at least it is possible to call a jscript function from vbscript, so the other direction should also be possible.
And in the link that I have bothered to search for you and paste here, there's an implementation of the integration file in jscript anyway if you don't want to try using the vbscript as I have suggested.
Do I also need to go to your home and do the coding for you?