url redirection not happening in IE in crossrider extension

93 views Asked by At

I am trying to open a url by using crossrider API in my extension

appAPI.openURL({
                url: mUrl,
                where: "tab",
                focus: true,
                height:window.screen.availHeight,
                width:window.screen.availWidth
});

I am trying to open url as new tab and getting the following error. and some parameters from my url are missing when i see my server accesslog.

This works fine in firefox though.

Error image

0

There are 0 answers