hi, is it possible to insert simple text into iframe ? trying to do small texteditor with this tutorial
http://www.devarticles.com/c/a/HTML/Building-a-WYSIWYG-HTML-Editor-Part-1/
and want to have some text in iframe, which i can then change.. but i don't want to get that text from some external html file.
it is possible to insert text into iframe , just like in textarea for example ? thanks