|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
IFrame and WYSIWYG editor
I want to pass some data into the IFrame (using the wysiwyg editor with an iframe) from another webpage. Is there a way to do that???
Cheers, Uwe |
|
#2
|
|||
|
|||
|
pass data into iFrame
Yes it's possible !
I have a form with textarea. When i click into, a popup window appears with the wysiwyg editor in. the text of my textarea appear in the iframe as follow : Note : iView is the name of my iFrame iView.document.open(); iView.document.write(window.opener.document.forms[0].mytextarea.value); iView.document.close(); When i've finished, it put the HTML code in the textarea of the opener and close the wysiwyg ! Hope you'll find it usefull ! Formule3 |
|
#3
|
|||
|
|||
|
Thanks
Great, looks good... do you know of an online sample like that? Would like to know how it looks like online.
Uwe |
|
#4
|
|||
|
|||
|
you could always wait for Mytch's web app to come out
![]()
__________________
i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope. |
|
#5
|
|||
|
|||
|
Formule3,
It worked for me too. Thanks for the help. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > IFrame and WYSIWYG editor |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|