Date:  01/11/2010 06:39:15 AM Msg ID:  004092
From:  James Williams Thread:  004091
Subject:  Re: Passing Session vars in an FWX to PHP
Looks like you were on the right track but just have a few errors within the link try this:

<iframe src="http://www.x-laser.com/esig/preview/index.php?transactionType=<%=m.tType%>" width="100%" height="1000"></iframe>


<%
M.tType=Session.GetVar('gType')
%>
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" Align="center">
    <TR>
        <TD width="50">
            <?php
            session_start();
            ?>
            <iframe src="http://www.x-laser.com/esig/preview/index.php?transactionType=M.tType width="100%" height="1000"></iframe>
<!--
I also have tried:
?transactionType=(M.tType)and
?transactionType=<%=(M.tType)%>
 -->
        </td>
    </tr>
</table>
Anyone have an idea how to pass the session var into an IFRAME calling a PHP script?
Thanks,
Joe