Hello,
I am using FCKEditor in asp.net 2.0. Its working fine as i have done all coding part at server side.
Now I have to work on Preview button functionality for this I have to get the text which is entered in the body of editor using javascript.
Can you please help me out? If possible please send me a sample code.
Thanks in advance.
Regards
Prateek
I am using FCKEditor in asp.net 2.0. Its working fine as i have done all coding part at server side.
Now I have to work on Preview button functionality for this I have to get the text which is entered in the body of editor using javascript.
Can you please help me out? If possible please send me a sample code.
Thanks in advance.
Regards
Prateek

Re: how to get text entered in the body of editor using javascri
Re: how to get text entered in the body of editor using javascri
I visited the link which you have forwarded to me. But I cant able to get the exact solution.
May be I am not able to understand it properly as I am working with javascript from last few days only.
As we use "document.getelementbyid('id').value" with asp control and
"document.getelementbyid('id').innerText" with HTML control in javascript
Can we use same code to pick up the data written in FCKeditor?
Best Regards,
Prateek
Re: how to get text entered in the body of editor using javascri
developer's guide