Saluti a tutti,
ho trovato un articolo http://javascript.html.it/articoli/leggi/2269/costruire-un-web-editor-wysiwyg/]Costruire un web editor WYSIWYG[/URL]. Quello che non riesco a fare è passare la variabile editArea di un iframe con il metodo POST.
Ho provato a fare così:
$testo = $_POST['editArea'];
echo $testo;
ma non ottengo risultati.
Qualcuno può aiutarmi?