Pass the Value into IFrame - HTML Views : 646
Tagged in : HTML
0 0
Send mail
<iframe src="test.php?name=Give Ur Variable Name" width=350 height=270 frameborder=0 scrolling=no>
</iframe>

In the iframe file(test.php)
Get the variable from Url..
For Example
$var=$_GET['name'];
By MARIGANESH, On - 2010-12-20



    Login to add Comments .