我有一个小问题。我使用“直接链接”连接到我的会员区...例如http://mydomain.com/?user=AAAA&pass=BBBB
当我在直接链接上使用它时,<a href="...">
它就像一个魅力。脚本重定向我,我有我的内容。
我想将它包含在 iframe 中......但 iFrame 的内容保持空白......没有内容。
http://mydomain.com/?user=AAAA&pass=BBBB重定向到另一个脚本...
这是我的代码:
<iframe src="http://mail.expa13.fr/?user=<?php echo $user['mail']?>&pass=<?php echo $user['competences']?>"></iframe>
<a href="http://mail.expa13.fr/?user=<?php echo $user['mail']?>&pass=<?php echo $user['competences']?>" target="_blank">test</a>
如果我单击“链接”,它可以工作。新窗口打开了……但是如果我设置在 iFrame 上……就像没有电话一样……
您可以尝试使用 user=test&pass=123456