<pre>
function FCKToolbarButton_OnClick(e)
{
this.FCKToolbarButton.Click(e);
return false;
};
</pre>
Really can't figure out what is happening, unless the calendar script is destroying the object somehow. However, I have looked at that code and nothing stands out. But bear in mind that JS is not my forte.
This DOES NOT occur in Firefox.
Any thoughts, comments. advice are appreciated.
Thanks,
Matt
RE: IE error with calendar script and FCKToolbar
I find a solution but I don't now why.
The link I use to call a Js function from a link is:
<a href="#" onClick="yourFunction()">
Gianluigi