【问题标题】:symfony link_to popup in IEIE 中的 symfony link_to 弹出窗口
【发布时间】:2011-06-09 12:15:39
【问题描述】:

弹出窗口在 Firefox 和 google chrome 中运行良好,但在 IE8 中无法运行。

正在使用:

<?php
print link_to(__($user->getTitle()),"/user/jobseeker?jid= ".$user->getJid() , array('popup' => array('Window title', 'width=810,height=600,left=520,top=0')));
?>

我该如何解决这个问题?

【问题讨论】:

  • 请编辑您的问题的标题,使其不那么笼统

标签: php symfony1 popup window


【解决方案1】:

不确定这是否是问题所在,但您的 URL 字符串中有一个空格:

"/user/jobseeker?jid= ".$user->getJid()
                     ^

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-12-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多