tags:

views:

50

answers:

1

I'm opening a new window from javascript using this code

window.open('index.htm', 'myWindow', 'width=1020,height=400');

However the window seems to be opening 10px too wide when measuring from outter border to outer border, I've only tested this on IE7 and IE8 so far. Does anyone know what could be causing this?

+1  A: 
scunliffe