Dear Team,
Im migrating my application from ie8 to ie11. The below code opens a new window in ie 8 as expected but in ie 11 it opens a new tab.
I checked in microsoft website, they told to change internet pop up settings.
But i need to make some changes in code itself so that it creates new window instead of new tab.
Is there a method/code available to force the ie11 to open new window instead of new tab.
Please advice.
Below is the code which opens new window in ie 8 and new tab in ie11.
window.open("<%=CfSPBPropertyWrapper.getInstance().getProperty("cfLink")%>?actionName=SP_ACON_LD_CAC_QUEUE&viewName=spbill_f_clc_que&SPB_HIDDEN_APPLICATION_ID=2&SPB_INPUT_NUMBER="+No);
<a class="iotext" name="Number" href="#" onclick="javascript:loadPage('<%=item.getWITypeID()%>','<%=item.getNumber()%>');" ><%=Utility.nullToString(item.Number())%></a>