Hi,
Have an odd problem. Currently working on a site which was written by someone else. I am here to solve some problems and add some features. This is my first time working on FCKeditor.
In FireFox, when I want to add an email link, after selecting the link type(email) and entering the address, title and msg, I would get this line:
<a href="javascript:void(0);/*1231656532814*/">email settings</a>
Upon clicking the link, nothing happens.
In IE however, I would get a nicely formatted email link. eg.
<a href="mailto:email@email.com?subject=Email&body=Email%20me">email me</a>
What is the error?
Could someone also point to me where I could check the version of this editor? All I know is that I see a line:
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
in it, so I'm assuming it's an old version.
Thanks in advance!
Have an odd problem. Currently working on a site which was written by someone else. I am here to solve some problems and add some features. This is my first time working on FCKeditor.
In FireFox, when I want to add an email link, after selecting the link type(email) and entering the address, title and msg, I would get this line:
<a href="javascript:void(0);/*1231656532814*/">email settings</a>
Upon clicking the link, nothing happens.
In IE however, I would get a nicely formatted email link. eg.
<a href="mailto:email@email.com?subject=Email&body=Email%20me">email me</a>
What is the error?
Could someone also point to me where I could check the version of this editor? All I know is that I see a line:
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
in it, so I'm assuming it's an old version.
Thanks in advance!
Re: Email Link Error
The _whatsnew.html file will tell you the version.
Re: Email Link Error
the first time nothing happens, but the second time u can change the void(0) to your link and it will work!
Re: Email Link Error
Re: Email Link Error