Ask a Question related to PHP Development, Design and Development.
-
Otto Haldi #1
Rich Text Editor with POST?
I just downloaded the cross-browser rich text editor from
Kevin Roth. [url]http://www.kevinroth.com/rte/demo.htm[/url]
Sample fo the html code:
<!--
function submitForm() {
try {
alert(document.getElementById('edit').contentWindo w.documen
t.body.innerHTML);
}
catch (e) {
alert(document.getElementById('edit').value);
}
}
-->
The code shown a pop up alert box!
I'm not using javascript, but I like to know how can I get
the value in a PHP $variable to save It in a MySQL table.
Many thanks in advance for your help.
Thanks.
Otto
Otto Haldi Guest
-
Rich Text Editor
Hi! I know that exists many rich text editor on internet. But i want lear how to do it. I learn to do, but i?m not getting to aply the bold... -
superscript in Rich text Editor
Help!!!:brokenheart; Is there a way to add superscript/subscript in rich text editor? Current editor does not support this. Can any one give me... -
URL Function in Rich Text Editor
I have grabbed Philippe Maegerman's and am trying to adjust it to allow for the user to specify a url and apply it to the input text (like on the... -
Rich Text Editor in DW ?
Looking for a way to edit a MySQL db text field as RTF...is there an RTE extension / add in / whatever that will allow me to do that ? Thanks, Nick -
Recommended rich text editor
So far I've tried two rich text editors: EasyWebEdit: http://www.easywebedit.net ActivEdit: http://www.cfdev.com/activedit/ I'm not completly...



Reply With Quote

