I am trying to create a preview function in JavaScript.
The preview function is suposed to take the information you entered in the FCKeditor (after it has been loaded) and parse it into an iframe, which will load it as a HTML page.
The problem is, I require the contents of eEditorArea, but I am unable to get anything from it.
Does anyone have an idea on how to do this, or maybe a(n) (example)script.
Ofcourse, this must be FCKeditor compatible.
Thanks in advance,
Seigi
The preview function is suposed to take the information you entered in the FCKeditor (after it has been loaded) and parse it into an iframe, which will load it as a HTML page.
The problem is, I require the contents of eEditorArea, but I am unable to get anything from it.
Does anyone have an idea on how to do this, or maybe a(n) (example)script.
Ofcourse, this must be FCKeditor compatible.
Thanks in advance,
Seigi
RE: Creating a preview function
RE: Creating a preview function
Thanks alot Alfonso!