链接未在目标框架中打开

问题描述

我正在尝试从右框架(主)的左框架(帐户)打开链接,但它仅在新标签页中打开。我想念什么?

框架:

  echo '
   <frameset cols = "20%,80%">
      <frame name="accounts" src="accounts.PHP"/>
      <frame name="main" src="http://torax.outwar.com/world.PHP" />
   </frameset>
   ';

帐户页面

$accounts = array(191022,699195);
foreach ($accounts as $account) {
    echo "<a href='http://torax.outwar.com/world.PHP?suid=" . $account ."' target='main'>".$account."</a><br>";
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)