iframe导航使用参数

时间:2013-06-06 08:10:56

标签: php mysql iframe

我有一个名为'mas.php'的页面,我从数据库中检索值。在mas.php页面中存在IFrame。它的定义如下:

<iframe width="523" height="234" scrolling="No" 
 width="500" height="145" src="mail-to.php" frameborder="0"
 name="myframe" ></iframe>

现在从mail-to.php页面我必须导航到mail.php进行邮件发送。 顺序是:

(mas.php-->mail-to.php[iframe]--->mail.php)......

在'mas.php'页面中使用iframe时,我可以通过在iframe中定义id来导航到'mail-to.php'吗?

 <iframe width="523" height="234" scrolling="No" 
  width="500" height="145" src="mail-to.php?id=<?php echo $row['id'];?>"
  frameborder="0" name="myframe" ></iframe>

0 个答案:

没有答案