开发者

How to apply target value in zend form?

I have the same requirement like PHP + POST an HTML form from inside an iFrame and redirect parent

<form action".." target="_top">
</form>

I am using zend,I开发者_Go百科 have to apply target="_top" in zend form. How can i do this in zend from


I found it by use ,

$this->setAttrib('target', '_top');

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜