|
<% m.tType = Session.GetVar("gType") lcURL = "http://www.x-laser.com/esig/preview/index.php?transactionType="+m.tType %> <iframe src="<%=lcURL%>" width="100%" height="1000"></iframe> |
<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> |