Hi everybody,
How can I redirect php output (echo or print) to another iFrame?
Thanks
How to redirect php output to another iFrame
Moderator: General Moderators
No, it is possible to do this and one the ways is as follows:You don't. The iframe should make the request to receive the output.
1) you create a span in the target iFrame
2) create needed text strings with php
3) echo the jscript reference to the span as jscript function
The only thing I am missing is how to reference a content of the span with jscript and trigger the written jscript function. Maybe someone could help