开发者

How to apply target value in zend form?

开发者 https://www.devze.com 2023-03-19 23:15 出处:网络
I have the same requirement like PHP + POST an HTML form from inside an iFrame and redirect parent <form action\"..\" target=\"_top\">

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

精彩评论

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