vote up 0 vote down star

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

flag

31% accept rate
Do you mean a copy & paste sort of thing? – deostroll Sep 2 at 10:05

2 Answers

vote up 0 vote down

Try getting the document of the iframe and then "document.write" ing to it.

link|flag
vote up 0 vote down

An iFrame is used to display content from another page, so you would have to put the text on the other page and then display that page in the iframe.

If the page being iframed has a textarea on it, then yes you will be able to type into the text area from the first page that is iframing the page with the textarea on it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.