William Stokes schrieb:
Hello,

I've used like 3 hours to get this done but I can't figure this out. Hope someone here can help.

I have a form that a user can use to edit www pages. Page content is stored in DB as a HTML code. First user has to select, from <select> menu, which page to edit. Then the selected page content html is retrieved to a <textarea> where it can be edited with tinyMCE editor. Then there's two buttons. Publish to save the edited content back to DB (no problems there) and Preview to open the full page layout in a popup window. The problem is that I can't pass the edited data from the <textarea> to the popup window. Here's last (desperate) attempt:

Hint: Fool around with the "target" property of HTML ;)

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to