Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WillBontrager

    (@willbontrager)

    Hi lwall,

    The code processed with the plugin needs to be complete in itself. Outside variables and functions won’t be accessed.

    However, global variables can be accessed.

    Perhaps something like this will work:

    <iframe id="rpt01" name="rpt01" src="https://domain/query.php?p1=[insert_php]echo($_POST['p1']);[/insert_php]&p2=[insert_php]echo($_POST['p2']);[/insert_php]&ui=[insert_php]echo($_POST['ui']);[/insert_php]"></iframe>

    Will

    Thread Starter lwall

    (@lwall)

    Thanks, Bill!!!

    It worked like a charm.

    Plugin Author WillBontrager

    (@willbontrager)

    Cool. Glad of it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can it be done?’ is closed to new replies.