Thread: Help
View Single Post
06-18-2010, 05:49 PM
#1
v-a-l-o-r is offline v-a-l-o-r
v-a-l-o-r's Avatar
Status: Member
Join date: Jul 2008
Location:
Expertise:
Software:
 
Posts: 100
iTrader: 1 / 100%
 

v-a-l-o-r is on a distinguished road

  Old  Help

As most of you may or may not know, I am not really good at Javascript and such is the reason why I'm making this post today.

I'm current working on a web-based app and I have an iframe from which I need to insert values into a textarea. The textarea is over-layed with another iframe (rich text editor). My question is, how do I send values from my iframe to the editor.

I'm guessing window.top.execCommand. I don't know the syntax that well but I think you guys get the point.

By the way, i'm using jQuery as the framework of choice so the solution can either be pure Javascript or jQuery based.

Reply With Quote