Hello people,
I'm trying to back-up my FCK-editor's value every minute, so if someone is typing
in it and his computer crashes I still have the last value back-uped.
I tried to get the value like this:
var text = document.getElementById('text').value;
Where text is the second parameter of my FCK. ( The ID )
But this doesn't work, does someone know how i can get the value of my FCK while someone is typing in it?
Greets, Lukie!
I'm trying to back-up my FCK-editor's value every minute, so if someone is typing
in it and his computer crashes I still have the last value back-uped.
I tried to get the value like this:
var text = document.getElementById('text').value;
Where text is the second parameter of my FCK. ( The ID )
But this doesn't work, does someone know how i can get the value of my FCK while someone is typing in it?
Greets, Lukie!