Pass the Value into IFrame
by MARIGANESH[ Edit ] 2010-12-20 18:30:10
<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'];