I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » General » Open Forum »

CodeCogs\′s Photo
10 Sep 11, 4:33PM
Eric,

I agree with both of your previous posts. We'll certainly implement this into the next edition and encode < >.

The code you've shown above sound work perfectly, though as you point out in your first post why don't you URL Encode the whole thing?, i.e.

name ='http://latex.codecogs.com/gif.latex?'+encodeURIComponent(sName[2]);

I've not tried this, so you might find encodeURI is sufficient, also though that doesn't appear to encode +.

--

Regarding the error you notice in the last line. It absolutely should read "tinyMCE.execCommand(...)" as you've shown. However I've check our source and its all correct. Could it be your using an old version of the code? I've check the zip that you can download online and it also appears correct. Do you have a URL for the faulty code?

Thanks Will
Currently you need to be logged in to leave a message.