标签: zend-framework
我有同样的要求,例如PHP + POST an HTML form from inside an iFrame and redirect parent
<form action".." target="_top"> </form>
我正在使用zend,我必须以zend形式应用target =“_ top”。我怎么能在zend中做到这一点
答案 0 :(得分:2)
我是通过使用找到的,
$ this-&gt; setAttrib('target','_ top');