弹出窗口在Firefox和谷歌浏览器中工作正常,但在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')));
?>
我该如何解决这个问题?
答案 0 :(得分:2)
不确定这是否是问题,但您在URL字符串中有空格:
"/user/jobseeker?jid= ".$user->getJid()
^