Not able to open popup as small size
I have a table action. I am trying to open a popup window to show an UI page. But I would like to show that window to be small. Here is my action, <moreurlinfo>height=500,width=560</moreurlinfo> It is still opening default size page. Could you please help me to resolve this issue.
<action name="selectECO" multiselect="true" selectRequired="true">
<command windowType="popup" url="netmarkets/jsp/pac/pacSelectChangeFromAgile.jsp?mode=ECO"/>
<moreurlinfo>height=500,width=560</moreurlinfo>
</action>

