I've created PHP Procedure
Code: Select all
echo "test";
When running from Run->IFrame Method blank IFrame is displayed.
Workaround: create HTML object with similar code
Code: Select all
<iframe src="nurunphp.php?i=1111"></iframe>
Code: Select all
echo "test";
Code: Select all
<iframe src="nurunphp.php?i=1111"></iframe>