Please take a look at this:
$body2 = urlencode($article->body);
<iframe src="./editor_u_b_content.php?body=<?echo $body2;?>" name="iBody" id="iBody" style="width: 490px; height:205px"></iframe>
this sends the value of body2 to the file:editor_u_b_content.php
and in the file: editor_u_b_content.php
echo stripslashes($body);
but don't work.
the iframe is no longer working.
Anybody???
thanks in advance,
Thomas A.