javascript open window in explorer 11
היי
אנחנו פותחים מערכת מבוססת WEB
עם javascript open window עם הורדת כל התוספות של האקספלורר (תפריט וכו')
אך עם IE 10 ,11 הדבר לא עובד.
מישהו יודע איך ניתן שיעבוד?
window.open('main.wgx', '', 'width=' + screen.availWidth + ',height=' + screen.availHeight + ',status=0,toolbar=0,resizable=1,top=0,left=0', null);
window.open('', '_self', '');
window.opener = '';
היי
אנחנו פותחים מערכת מבוססת WEB
עם javascript open window עם הורדת כל התוספות של האקספלורר (תפריט וכו')
אך עם IE 10 ,11 הדבר לא עובד.
מישהו יודע איך ניתן שיעבוד?
window.open('main.wgx', '', 'width=' + screen.availWidth + ',height=' + screen.availHeight + ',status=0,toolbar=0,resizable=1,top=0,left=0', null);
window.open('', '_self', '');
window.opener = '';