Thread: WYSIWYG Editor
View Single Post
Old Jul 3rd, 2007, 11:11 AM   #1
cheebz
Newbie
 
Join Date: Jul 2007
Location: DFW,TX
Posts: 2
Rep Power: 0 cheebz is on a distinguished road
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?
cheebz is offline   Reply With Quote