In the following...
-------------------------------------------------------------
var win = window.open(url, name, 'width=' + w + ', height=' + h + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=yes, resizable=yes');
-------------------------------------------------------------
The location attribute has no effect when the browser is IE7, IE8, Chrome, Firefox.
Any suggestions please...
Also open to using an alternative to window.open
Thanks
AR
-------------------------------------------------------------
var win = window.open(url, name, 'width=' + w + ', height=' + h + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=yes, resizable=yes');
-------------------------------------------------------------
The location attribute has no effect when the browser is IE7, IE8, Chrome, Firefox.
Any suggestions please...
Also open to using an alternative to window.open
Thanks
AR