Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Object->Run->iFrame Method

Questions related to using nuBuilder Forte.
Locked
pierrot
Posts: 15
Joined: Thu Dec 14, 2017 11:51 am

Object->Run->iFrame Method

Unread post 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>
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Object->Run->iFrame Method

Unread post by admin »

pierrot,

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

Steven
pierrot
Posts: 15
Joined: Thu Dec 14, 2017 11:51 am

Re: Object->Run->iFrame Method

Unread post by pierrot »

Thanks, it works.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Object->Run->iFrame Method

Unread post by admin »

.
Locked