I am trying to directly access the content of the textarea in the InstanceName___Frame iframe with javascript and am coming up with nothing.
What I mean is I want to enter some text in the html edit area, click a button (not a submit button) and return the value of what I just entered using javascript.
Is there anyway to do this?
Thanks
What I mean is I want to enter some text in the html edit area, click a button (not a submit button) and return the value of what I just entered using javascript.
Is there anyway to do this?
Thanks
Re: directly access content in html editor
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: directly access content in html editor
Thats exactly what I needed.
Thanks for pointing me in the right direction!