| cheebz |
Jul 3rd, 2007 11:11 AM |
WYSIWYG Editor
My boss wants to be able to edit the content of an iframe on the fly (i.e. click a button, opens up a WYSIWYG editor, he clicks save, and the html in the WYSIWYG editor is written to the pre-existing htm file in the iframe. I've nearly got it, but I've come to the oh-so-dreaded point of extinction where I have to call a php function through javascript. The thing that's really busting my balls is that JavaScript is client-side, so I can't read/write files. Any help here? :confused:
|