T
Trevor Lawrence
I have code to open a new page
window.open('slideshow.html?ssarray=' + ssarray
+ '&collection=' + collection
, '', 'resizable=yes');
The value of ssarray is 'no1,no2' and collection is '0', so the call is to
http://tandcl.homemail.com.au/slideshow.html?ssarray=no1,no2&collection=0
If I call it directly from the address window in IE7, it opens fine, but
when the JS is executed, it opens smaller than full size and not centred -
it is about two-thirds of the way across the screen
window.open('slideshow.html?ssarray=' + ssarray
+ '&collection=' + collection
, '', 'resizable=yes');
The value of ssarray is 'no1,no2' and collection is '0', so the call is to
http://tandcl.homemail.com.au/slideshow.html?ssarray=no1,no2&collection=0
If I call it directly from the address window in IE7, it opens fine, but
when the JS is executed, it opens smaller than full size and not centred -
it is about two-thirds of the way across the screen