hai all,
i am using getSelection() method to select the perticular area in FCK Editor.It is working properly in Mozilla.But it is not working properly in IE.
What i am doing is when i select a perticular area in FCK Editor then an alert should be displayed "you can't edit this area" like that.This working fine in mozilla,but....in IE alert is not coming...
Mon, 06/16/2008 - 14:21
#1
Re: getSelection() is not working in IE?
There's no getSelection() in IE... IE uses a non-standard method of representing selection data.
http://msdn.microsoft.com/en-us/library/ms535869(VS.85).aspx
Re: getSelection() is not working in IE?
Hi,
I think I found a solution. It doesn't make sense to me, but it works.
I hope it will also help you out! I've been searching for hours. Also reading this topic, so I thought maybe it's nice to write down my solution.