Page 1 of 1

Object->Run->iFrame Method

Posted: Thu Dec 28, 2017 4:14 pm
by pierrot
Is Object->Run->iFrame working correctly, or am I missing something?

I've created PHP Procedure

Code: Select all

echo "test";
When running from Run->Button Method after clicking on button it's opening new window with echo output.
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>

Re: Object->Run->iFrame Method

Posted: Thu Dec 28, 2017 5:38 pm
by admin
pierrot,

This should now be fixed... grab the latest from github.

Steven

Re: Object->Run->iFrame Method

Posted: Thu Dec 28, 2017 6:59 pm
by pierrot
Thanks, it works.

Re: Object->Run->iFrame Method

Posted: Thu Dec 28, 2017 9:21 pm
by admin
.