I have a javascript iframe pop up window that pops up in index.php in this pop up window I want to use variables from the index.php page. Is there a way I can include the scripts from the parent page. Already tried the <?php include("index.php"); ?> but I just need the variables, not all the...