Ask a questionAsk a question
 

Questionwindow.open Custom Features ignored in Windows 7

  • Tuesday, November 03, 2009 1:10 AMRory_Haynie Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Has Code
    Hi there we are using this code snippet below to open windows with a custom height, width, look, and feel. This works great on XP IE6, IE7, and IE8 but in Windows 7 the custom features are totally ignored. Has anyone else seen this and fixed it?
    Thanks.

    varcustomFeatures = 'titlebar=no,status=no,menubar=no,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,left=0,top=0,height=' + document.documentElement.offsetHeight + ',width=' + document.documentElement.offsetWidth;
    window.open(windowURL, '_blank' , windowFeatures,true);
    
    

All Replies

  • Tuesday, November 03, 2009 7:23 AMIECUSTOMIZERMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Its a security zone setting - "Open scripted windows without size or position constraints". (or words to that effect).

    Regards.
    Rob^_^