Details
Description
If you use a link to open a new window in IE:
<a href="javascript:void(window.open('/Forum-5165/second.jspx', 'secondWindow', 'location=0,menubar=0,resizable=0,width=500,height=450,scrollbars=1'))">Link </a>
This will open a new window. If you go back to the first page in IE, the submits are broken and the page will be non-functional. Works ok in Firefox
<a href="javascript:void(window.open('/Forum-5165/second.jspx', 'secondWindow', 'location=0,menubar=0,resizable=0,width=500,height=450,scrollbars=1'))">Link </a>
This will open a new window. If you go back to the first page in IE, the submits are broken and the page will be non-functional. Works ok in Firefox
Is there any solution to this,my style class is dynamic and I won't be able to use <a></a>
<ice:commandButton value="Data Entry" styleClass="#
{workflowDiagBean.deStyle}" disabled="#
{!workflowDiagBean.deEnable}" onclick="window.open('jsp/home/history.jspx','popUpWindow','height=500,width=650,left=60,top=60,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');"/>