Window.createpopup() not supported in ie11

Hi All,

can any one please provide the workaround for wondow.createpopup() in ie 11
as it is wondow.createpopup() not supported in ie11

@ Paul_Wilkins
Excepting your comments on this

Regards
Soma

first, it’s window, not wondow. second, createPopup() is no longer supported as of IE11

comment from MSDN

[createPopup is no longer supported. Starting with Internet Explorer 11, use a div, iframe, or other element with a relatively high z-index value. For info, see Compatibility changes.]

MSDN suggests a solution I completely agree with:

use a div, iframe, or other element with a relatively high z-index value

There are lots of scripts around that can open lightbox-style popups with divs. Most of them can even open external URLs using iframe inside the popup div. You don’t need to populate extra browser windows anymore.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.